Add release to Sentry SDK

This commit is contained in:
Luke Tainton 2024-04-21 16:56:27 +01:00
parent a4007d585b
commit 61144056ae

View File

@ -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
)