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,
|
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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user