|
@@ -376,37 +376,37 @@ INSTALLED_APPS: tuple[str, ...] = (
|
|
|
"django.contrib.messages",
|
|
|
"django.contrib.sessions",
|
|
|
"django.contrib.sites",
|
|
|
- "django.contrib.staticfiles",
|
|
|
"drf_spectacular",
|
|
|
"crispy_forms",
|
|
|
"rest_framework",
|
|
|
"sentry",
|
|
|
"sentry.analytics",
|
|
|
- "sentry.analytics.events",
|
|
|
- "sentry.auth.providers.google.apps.Config",
|
|
|
- "sentry.auth.providers.fly.apps.Config",
|
|
|
- "sentry.discover",
|
|
|
- "sentry.eventstream",
|
|
|
"sentry.incidents.apps.Config",
|
|
|
- "sentry.issues.apps.Config",
|
|
|
- "sentry.lang.java.apps.Config",
|
|
|
- "sentry.lang.javascript.apps.Config",
|
|
|
- "sentry.monitors",
|
|
|
+ "sentry.discover",
|
|
|
+ "sentry.analytics.events",
|
|
|
"sentry.nodestore",
|
|
|
- "sentry.plugins.sentry_interface_types.apps.Config",
|
|
|
- "sentry.plugins.sentry_urls.apps.Config",
|
|
|
- "sentry.plugins.sentry_useragents.apps.Config",
|
|
|
- "sentry.plugins.sentry_webhooks.apps.Config",
|
|
|
+ "sentry.monitors",
|
|
|
"sentry.replays",
|
|
|
"sentry.release_health",
|
|
|
"sentry.search",
|
|
|
"sentry.sentry_metrics.indexer.postgres.apps.Config",
|
|
|
"sentry.snuba",
|
|
|
- "sentry.feedback",
|
|
|
+ "sentry.lang.java.apps.Config",
|
|
|
+ "sentry.lang.javascript.apps.Config",
|
|
|
+ "sentry.plugins.sentry_interface_types.apps.Config",
|
|
|
+ "sentry.plugins.sentry_urls.apps.Config",
|
|
|
+ "sentry.plugins.sentry_useragents.apps.Config",
|
|
|
+ "sentry.plugins.sentry_webhooks.apps.Config",
|
|
|
"sentry.utils.suspect_resolutions.apps.Config",
|
|
|
"sentry.utils.suspect_resolutions_releases.apps.Config",
|
|
|
"social_auth",
|
|
|
"sudo",
|
|
|
+ "sentry.eventstream",
|
|
|
+ "sentry.auth.providers.google.apps.Config",
|
|
|
+ "sentry.auth.providers.fly.apps.Config",
|
|
|
+ "django.contrib.staticfiles",
|
|
|
+ "sentry.issues.apps.Config",
|
|
|
+ "sentry.feedback",
|
|
|
)
|
|
|
|
|
|
# Silence internal hints from Django's system checks
|