|
@@ -567,7 +567,32 @@ module = [
|
|
|
"sentry.buffer.base",
|
|
|
"sentry.buffer.redis",
|
|
|
"sentry.eventstore.reprocessing.redis",
|
|
|
+ "sentry.issues",
|
|
|
+ "sentry.issues.analytics",
|
|
|
+ "sentry.issues.apps",
|
|
|
+ "sentry.issues.constants",
|
|
|
+ "sentry.issues.endpoints",
|
|
|
+ "sentry.issues.endpoints.group_events",
|
|
|
+ "sentry.issues.endpoints.project_stacktrace_link",
|
|
|
+ "sentry.issues.escalating_group_forecast",
|
|
|
+ "sentry.issues.escalating_issues_alg",
|
|
|
+ "sentry.issues.forecasts",
|
|
|
+ "sentry.issues.ignored",
|
|
|
+ "sentry.issues.ingest",
|
|
|
+ "sentry.issues.issue_occurrence",
|
|
|
+ "sentry.issues.json_schemas",
|
|
|
+ "sentry.issues.merge",
|
|
|
+ "sentry.issues.ongoing",
|
|
|
+ "sentry.issues.priority",
|
|
|
+ "sentry.issues.producer",
|
|
|
+ "sentry.issues.query",
|
|
|
+ "sentry.issues.receivers",
|
|
|
"sentry.issues.related.*",
|
|
|
+ "sentry.issues.run",
|
|
|
+ "sentry.issues.status_change",
|
|
|
+ "sentry.issues.status_change_consumer",
|
|
|
+ "sentry.issues.status_change_message",
|
|
|
+ "sentry.issues.update_inbox",
|
|
|
"sentry.lang.java.processing",
|
|
|
"sentry.llm.*",
|
|
|
"sentry.migrations.*",
|
|
@@ -612,6 +637,20 @@ module = [
|
|
|
"sentry_plugins.base",
|
|
|
"tests.sentry.api.endpoints.issues.*",
|
|
|
"tests.sentry.grouping.test_fingerprinting",
|
|
|
+ "tests.sentry.issues",
|
|
|
+ "tests.sentry.issues.endpoints",
|
|
|
+ "tests.sentry.issues.test_escalating_issues_alg",
|
|
|
+ "tests.sentry.issues.test_group_attributes_dataset",
|
|
|
+ "tests.sentry.issues.test_grouptype",
|
|
|
+ "tests.sentry.issues.test_ignored",
|
|
|
+ "tests.sentry.issues.test_ingest",
|
|
|
+ "tests.sentry.issues.test_issue_occurrence",
|
|
|
+ "tests.sentry.issues.test_json_schemas",
|
|
|
+ "tests.sentry.issues.test_merge",
|
|
|
+ "tests.sentry.issues.test_ongoing",
|
|
|
+ "tests.sentry.issues.test_search_issues_dataset",
|
|
|
+ "tests.sentry.issues.test_status_change",
|
|
|
+ "tests.sentry.issues.test_update_inbox",
|
|
|
"tests.sentry.relay.config.test_metric_extraction",
|
|
|
"tests.sentry.tasks.test_on_demand_metrics",
|
|
|
"tools.*",
|