diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index a1a21fd1..dfaadea5 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -508,6 +508,7 @@ class Base(Configuration): scope = sentry_sdk.get_global_scope() scope.set_tag("application", "backend") + class Build(Base): """Settings used when the application is built.