|
@@ -1035,12 +1035,8 @@ module = [
|
|
|
"sentry.types.region",
|
|
|
"sentry.utils.audit",
|
|
|
"sentry.utils.auth",
|
|
|
- "sentry.utils.avatar",
|
|
|
- "sentry.utils.canonical",
|
|
|
"sentry.utils.committers",
|
|
|
"sentry.utils.concurrent",
|
|
|
- "sentry.utils.dates",
|
|
|
- "sentry.utils.db",
|
|
|
"sentry.utils.debug",
|
|
|
"sentry.utils.distutils.commands.base",
|
|
|
"sentry.utils.distutils.commands.build_assets",
|
|
@@ -1048,12 +1044,9 @@ module = [
|
|
|
"sentry.utils.email.signer",
|
|
|
"sentry.utils.geo",
|
|
|
"sentry.utils.http",
|
|
|
- "sentry.utils.kafka_config",
|
|
|
"sentry.utils.locking.backends.migration",
|
|
|
"sentry.utils.metrics",
|
|
|
"sentry.utils.outcomes",
|
|
|
- "sentry.utils.performance_issues.detectors.consecutive_db_detector",
|
|
|
- "sentry.utils.performance_issues.detectors.consecutive_http_detector",
|
|
|
"sentry.utils.performance_issues.detectors.io_main_thread_detector",
|
|
|
"sentry.utils.performance_issues.detectors.mn_plus_one_db_span_detector",
|
|
|
"sentry.utils.performance_issues.detectors.n_plus_one_api_calls_detector",
|
|
@@ -1061,8 +1054,6 @@ module = [
|
|
|
"sentry.utils.performance_issues.detectors.render_blocking_asset_span_detector",
|
|
|
"sentry.utils.performance_issues.detectors.slow_db_query_detector",
|
|
|
"sentry.utils.performance_issues.performance_detection",
|
|
|
- "sentry.utils.performance_issues.performance_problem",
|
|
|
- "sentry.utils.pubsub",
|
|
|
"sentry.utils.query",
|
|
|
"sentry.utils.redis",
|
|
|
"sentry.utils.request_cache",
|
|
@@ -1070,17 +1061,12 @@ module = [
|
|
|
"sentry.utils.sdk",
|
|
|
"sentry.utils.sentry_apps.webhooks",
|
|
|
"sentry.utils.services",
|
|
|
- "sentry.utils.settings",
|
|
|
- "sentry.utils.silo.add_silo_decorators",
|
|
|
"sentry.utils.silo.decorate_models_by_relation",
|
|
|
- "sentry.utils.silo.decorate_unit_tests",
|
|
|
"sentry.utils.snowflake",
|
|
|
"sentry.utils.snuba",
|
|
|
- "sentry.utils.strings",
|
|
|
"sentry.utils.suspect_resolutions.get_suspect_resolutions",
|
|
|
"sentry.utils.suspect_resolutions.metric_correlation",
|
|
|
"sentry.utils.suspect_resolutions_releases.get_suspect_resolutions_releases",
|
|
|
- "sentry.utils.types",
|
|
|
"sentry.web.api",
|
|
|
"sentry.web.client_config",
|
|
|
"sentry.web.forms.accounts",
|
|
@@ -1620,32 +1606,20 @@ module = [
|
|
|
"tests.sentry.tsdb.test_redissnuba",
|
|
|
"tests.sentry.utils.email.test_list_resolver",
|
|
|
"tests.sentry.utils.email.test_message_builder",
|
|
|
- "tests.sentry.utils.kvstore.test_bigtable",
|
|
|
"tests.sentry.utils.kvstore.test_common",
|
|
|
"tests.sentry.utils.locking.backends.test_redis",
|
|
|
- "tests.sentry.utils.suspect_resolutions.test_get_suspect_resolutions",
|
|
|
"tests.sentry.utils.suspect_resolutions.test_metric_correlation",
|
|
|
"tests.sentry.utils.test_audit",
|
|
|
- "tests.sentry.utils.test_auth",
|
|
|
- "tests.sentry.utils.test_committers",
|
|
|
"tests.sentry.utils.test_cursors",
|
|
|
"tests.sentry.utils.test_event_frames",
|
|
|
"tests.sentry.utils.test_functional",
|
|
|
- "tests.sentry.utils.test_kafka_config",
|
|
|
- "tests.sentry.utils.test_letter_avatar",
|
|
|
"tests.sentry.utils.test_meta",
|
|
|
"tests.sentry.utils.test_migrations",
|
|
|
"tests.sentry.utils.test_outcomes",
|
|
|
- "tests.sentry.utils.test_redis",
|
|
|
"tests.sentry.utils.test_request_cache",
|
|
|
- "tests.sentry.utils.test_rust",
|
|
|
"tests.sentry.utils.test_safe",
|
|
|
- "tests.sentry.utils.test_sdk",
|
|
|
"tests.sentry.utils.test_services",
|
|
|
- "tests.sentry.utils.test_session_store",
|
|
|
- "tests.sentry.utils.test_settings",
|
|
|
"tests.sentry.utils.test_time_window",
|
|
|
- "tests.sentry.utils.test_urllib3_timeout",
|
|
|
"tests.sentry.web.frontend.generic.test_static_media",
|
|
|
"tests.sentry.web.frontend.test_auth_login",
|
|
|
"tests.sentry.web.frontend.test_auth_oauth2",
|