|
@@ -558,6 +558,10 @@ module = [
|
|
|
"sentry.buffer.redis",
|
|
|
"sentry.build.*",
|
|
|
"sentry.eventstore.reprocessing.redis",
|
|
|
+ "sentry.hybridcloud",
|
|
|
+ "sentry.hybridcloud.migrations.*",
|
|
|
+ "sentry.hybridcloud.options",
|
|
|
+ "sentry.hybridcloud.rpc_services.*",
|
|
|
"sentry.issues",
|
|
|
"sentry.issues.analytics",
|
|
|
"sentry.issues.apps",
|
|
@@ -602,6 +606,32 @@ module = [
|
|
|
"sentry.relay.config.metric_extraction",
|
|
|
"sentry.reprocessing2",
|
|
|
"sentry.runner.*",
|
|
|
+ "sentry.services.hybrid_cloud.access.*",
|
|
|
+ "sentry.services.hybrid_cloud.app.*",
|
|
|
+ "sentry.services.hybrid_cloud.hook.*",
|
|
|
+ "sentry.services.hybrid_cloud.identity.*",
|
|
|
+ "sentry.services.hybrid_cloud.integration.*",
|
|
|
+ "sentry.services.hybrid_cloud.issue.*",
|
|
|
+ "sentry.services.hybrid_cloud.log.*",
|
|
|
+ "sentry.services.hybrid_cloud.lost_password_hash.*",
|
|
|
+ "sentry.services.hybrid_cloud.notifications.*",
|
|
|
+ "sentry.services.hybrid_cloud.organization_actions.*",
|
|
|
+ "sentry.services.hybrid_cloud.organization_mapping.*",
|
|
|
+ "sentry.services.hybrid_cloud.organization_provisioning.*",
|
|
|
+ "sentry.services.hybrid_cloud.organizationmember_mapping.*",
|
|
|
+ "sentry.services.hybrid_cloud.orgauthtoken.*",
|
|
|
+ "sentry.services.hybrid_cloud.pagination",
|
|
|
+ "sentry.services.hybrid_cloud.project.*",
|
|
|
+ "sentry.services.hybrid_cloud.project_key.*",
|
|
|
+ "sentry.services.hybrid_cloud.region",
|
|
|
+ "sentry.services.hybrid_cloud.replica.*",
|
|
|
+ "sentry.services.hybrid_cloud.repository.*",
|
|
|
+ "sentry.services.hybrid_cloud.rpcmetrics",
|
|
|
+ "sentry.services.hybrid_cloud.sig",
|
|
|
+ "sentry.services.hybrid_cloud.tombstone.*",
|
|
|
+ "sentry.services.hybrid_cloud.user.*",
|
|
|
+ "sentry.services.hybrid_cloud.user_option.*",
|
|
|
+ "sentry.services.hybrid_cloud.util",
|
|
|
"sentry.snuba.metrics.extraction",
|
|
|
"sentry.tasks.commit_context",
|
|
|
"sentry.tasks.on_demand_metrics",
|
|
@@ -667,6 +697,7 @@ module = [
|
|
|
"tests.sentry.issues.test_status_change_consumer",
|
|
|
"tests.sentry.issues.test_update_inbox",
|
|
|
"tests.sentry.relay.config.test_metric_extraction",
|
|
|
+ "tests.sentry.services.hybrid_cloud.*",
|
|
|
"tests.sentry.tasks.test_on_demand_metrics",
|
|
|
"tools.*",
|
|
|
]
|