mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
Disable default integrations for sentry sdk.
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user