|
@@ -228,7 +228,6 @@ module = [
|
|
|
"sentry.api.endpoints.organization_events_facets_stats_performance",
|
|
|
"sentry.api.endpoints.organization_events_has_measurements",
|
|
|
"sentry.api.endpoints.organization_events_meta",
|
|
|
- "sentry.api.endpoints.organization_events_span_ops",
|
|
|
"sentry.api.endpoints.organization_events_spans_performance",
|
|
|
"sentry.api.endpoints.organization_events_stats",
|
|
|
"sentry.api.endpoints.organization_events_trace",
|
|
@@ -239,7 +238,6 @@ module = [
|
|
|
"sentry.api.endpoints.organization_index",
|
|
|
"sentry.api.endpoints.organization_integration_repos",
|
|
|
"sentry.api.endpoints.organization_issues_count",
|
|
|
- "sentry.api.endpoints.organization_member",
|
|
|
"sentry.api.endpoints.organization_member.details",
|
|
|
"sentry.api.endpoints.organization_member.index",
|
|
|
"sentry.api.endpoints.organization_member.requests.invite.details",
|
|
@@ -475,7 +473,6 @@ module = [
|
|
|
"sentry.integrations.gitlab.issues",
|
|
|
"sentry.integrations.gitlab.repository",
|
|
|
"sentry.integrations.gitlab.webhooks",
|
|
|
- "sentry.integrations.jira",
|
|
|
"sentry.integrations.jira.actions.create_ticket",
|
|
|
"sentry.integrations.jira.actions.form",
|
|
|
"sentry.integrations.jira.client",
|
|
@@ -495,7 +492,6 @@ module = [
|
|
|
"sentry.integrations.mixins.issues",
|
|
|
"sentry.integrations.mixins.notifications",
|
|
|
"sentry.integrations.mixins.repositories",
|
|
|
- "sentry.integrations.msteams",
|
|
|
"sentry.integrations.msteams.actions.form",
|
|
|
"sentry.integrations.msteams.card_builder.base",
|
|
|
"sentry.integrations.msteams.card_builder.issues",
|
|
@@ -506,12 +502,10 @@ module = [
|
|
|
"sentry.integrations.msteams.notifications",
|
|
|
"sentry.integrations.msteams.webhook",
|
|
|
"sentry.integrations.notifications",
|
|
|
- "sentry.integrations.pagerduty",
|
|
|
"sentry.integrations.pagerduty.actions.form",
|
|
|
"sentry.integrations.pagerduty.client",
|
|
|
"sentry.integrations.pagerduty.integration",
|
|
|
"sentry.integrations.pipeline",
|
|
|
- "sentry.integrations.slack",
|
|
|
"sentry.integrations.slack.actions.form",
|
|
|
"sentry.integrations.slack.client",
|
|
|
"sentry.integrations.slack.integration",
|
|
@@ -536,7 +530,6 @@ module = [
|
|
|
"sentry.integrations.vercel.client",
|
|
|
"sentry.integrations.vercel.integration",
|
|
|
"sentry.integrations.vercel.webhook",
|
|
|
- "sentry.integrations.vsts",
|
|
|
"sentry.integrations.vsts.client",
|
|
|
"sentry.integrations.vsts.integration",
|
|
|
"sentry.integrations.vsts.issues",
|
|
@@ -682,7 +675,6 @@ module = [
|
|
|
"sentry.rules.history.endpoints.project_rule_stats",
|
|
|
"sentry.rules.history.preview",
|
|
|
"sentry.rules.processor",
|
|
|
- "sentry.rules.registry",
|
|
|
"sentry.runner.commands.migrations",
|
|
|
"sentry.runner.importer",
|
|
|
"sentry.runner.initializer",
|
|
@@ -721,7 +713,6 @@ module = [
|
|
|
"sentry.similarity.backends.dummy",
|
|
|
"sentry.similarity.features",
|
|
|
"sentry.snuba.discover",
|
|
|
- "sentry.snuba.entity_subscription",
|
|
|
"sentry.snuba.issue_platform",
|
|
|
"sentry.snuba.metrics",
|
|
|
"sentry.snuba.metrics.datasource",
|
|
@@ -1061,59 +1052,22 @@ module = [
|
|
|
"tests.sentry.release_health.release_monitor.test_sessions",
|
|
|
"tests.sentry.release_health.test_tasks",
|
|
|
"tests.sentry.replays.consumers.test_recording",
|
|
|
- "tests.sentry.replays.test_organization_replay_count",
|
|
|
"tests.sentry.replays.test_project_replay_recording_segment_details",
|
|
|
"tests.sentry.replays.test_project_replay_recording_segment_index",
|
|
|
"tests.sentry.replays.unit.test_dead_click_issue",
|
|
|
- "tests.sentry.replays.unit.test_ingest_dom_index",
|
|
|
- "tests.sentry.rules.conditions.test_event_attribute",
|
|
|
- "tests.sentry.rules.conditions.test_level_event",
|
|
|
- "tests.sentry.rules.conditions.test_tagged_event",
|
|
|
- "tests.sentry.rules.filters.test_issue_category",
|
|
|
- "tests.sentry.rules.history.endpoints.test_project_rule_preview",
|
|
|
- "tests.sentry.rules.test_processor",
|
|
|
- "tests.sentry.search.events.builder.test_discover",
|
|
|
"tests.sentry.search.events.builder.test_metrics",
|
|
|
"tests.sentry.search.events.test_fields",
|
|
|
- "tests.sentry.search.events.test_filter",
|
|
|
- "tests.sentry.search.test_utils",
|
|
|
"tests.sentry.sentry_apps.test_sentry_app_creator",
|
|
|
- "tests.sentry.sentry_apps.test_sentry_app_installation_creator",
|
|
|
- "tests.sentry.sentry_apps.test_sentry_app_installation_token_creator",
|
|
|
- "tests.sentry.sentry_apps.test_sentry_app_updater",
|
|
|
"tests.sentry.sentry_metrics.consumers.test_slicing_router",
|
|
|
"tests.sentry.sentry_metrics.limiters.test_writes_limiter",
|
|
|
- "tests.sentry.sentry_metrics.test_all_indexers",
|
|
|
"tests.sentry.sentry_metrics.test_base_indexer",
|
|
|
"tests.sentry.sentry_metrics.test_batch",
|
|
|
- "tests.sentry.sentry_metrics.test_indexer_cache",
|
|
|
"tests.sentry.sentry_metrics.test_multiprocess_steps",
|
|
|
- "tests.sentry.sentry_metrics.test_postgres_indexer",
|
|
|
- "tests.sentry.sentry_metrics.test_strings",
|
|
|
- "tests.sentry.snuba.metrics.test_metrics_layer.test_release_health",
|
|
|
- "tests.sentry.snuba.metrics.test_mqb_query_transformer",
|
|
|
- "tests.sentry.snuba.metrics.test_query_builder",
|
|
|
"tests.sentry.snuba.metrics.test_snql",
|
|
|
- "tests.sentry.snuba.metrics.test_utils",
|
|
|
- "tests.sentry.snuba.test_discover_query",
|
|
|
- "tests.sentry.snuba.test_discover_timeseries_query",
|
|
|
- "tests.sentry.snuba.test_outcomes",
|
|
|
- "tests.sentry.snuba.test_profiles",
|
|
|
- "tests.sentry.snuba.test_query_subscription_consumer",
|
|
|
"tests.sentry.snuba.test_tasks",
|
|
|
"tests.sentry.tagstore.test_types",
|
|
|
- "tests.sentry.tasks.deletion.test_groups",
|
|
|
"tests.sentry.tasks.deletion.test_scheduled",
|
|
|
- "tests.sentry.tasks.integrations.github.test_pr_comment",
|
|
|
- "tests.sentry.tasks.test_derive_code_mappings",
|
|
|
- "tests.sentry.tasks.test_groupowner",
|
|
|
- "tests.sentry.tasks.test_merge",
|
|
|
"tests.sentry.tasks.test_post_process",
|
|
|
- "tests.sentry.tasks.test_reprocessing2",
|
|
|
- "tests.sentry.tasks.test_sentry_apps",
|
|
|
- "tests.sentry.tasks.test_servicehooks",
|
|
|
- "tests.sentry.tasks.test_store",
|
|
|
- "tests.sentry.test_stacktraces",
|
|
|
"tests.sentry.web.test_client_config",
|
|
|
"tests.snuba.rules.conditions.test_event_frequency",
|
|
|
"tests.snuba.sessions.test_sessions",
|