Add release to Sentry SDK
This commit is contained in:
parent
a4007d585b
commit
61144056ae
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user