diff --git a/app/main.py b/app/main.py index 4affc14..19df55a 100644 --- a/app/main.py +++ b/app/main.py @@ -15,6 +15,7 @@ if config.sentry_enabled: dsn=config.sentry_dsn, enable_tracing=True, environment=config.environment, + release=config.version, integrations=[StdlibIntegration()], spotlight=True )