mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02: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,
|
||||
release=__version__,
|
||||
ca_certs=cacert,
|
||||
default_integrations=False,
|
||||
integrations=[sentry_logging])
|
||||
|
||||
tags = {
|
||||
|
Loading…
Reference in New Issue
Block a user