diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index 1b4ed9ce..6ca858c2 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -638,10 +638,7 @@ class Base(Configuration): release=get_release(), integrations=[DjangoIntegration()], ) - - # Add the application name to the Sentry scope - scope = sentry_sdk.get_global_scope() - scope.set_tag("application", "backend") + sentry_sdk.set_tag("application", "backend") # Ignore the logs added by the DockerflowMiddleware ignore_logger("request.summary")