mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-24 06:56:42 +00:00
Disable default integrations for sentry sdk.
This commit is contained in:
parent
297d1a0aae
commit
ee70a6a27d
@ -85,6 +85,7 @@ class CrashReport:
|
|||||||
sentry_sdk.init(dsn=CrashReport.DSN,
|
sentry_sdk.init(dsn=CrashReport.DSN,
|
||||||
release=__version__,
|
release=__version__,
|
||||||
ca_certs=cacert,
|
ca_certs=cacert,
|
||||||
|
default_integrations=False,
|
||||||
integrations=[sentry_logging])
|
integrations=[sentry_logging])
|
||||||
|
|
||||||
tags = {
|
tags = {
|
||||||
|
Loading…
Reference in New Issue
Block a user