Release 2024-04-21.2 #186

Merged
luketainton merged 2 commits from next into main 2024-04-21 18:04:19 +02:00
Showing only changes of commit 61144056ae - Show all commits

View File

@ -15,6 +15,7 @@ if config.sentry_enabled:
dsn=config.sentry_dsn, dsn=config.sentry_dsn,
enable_tracing=True, enable_tracing=True,
environment=config.environment, environment=config.environment,
release=config.version,
integrations=[StdlibIntegration()], integrations=[StdlibIntegration()],
spotlight=True spotlight=True
) )