Skip to content

Commit b4486b4

Browse files
tobiasgejeremystretch
authored andcommitted
Fix #15992: Removed integrations for sentry-sdk
According to the Sentry Python SDK documentation setting the integrations manually is only needed when the integration configuration needs to be changed. See: https://docs.sentry.io/platforms/python/integrations/django/#options
1 parent d759274 commit b4486b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox/netbox/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ def _setting(name, default=None):
522522
sentry_sdk.init(
523523
dsn=SENTRY_DSN,
524524
release=VERSION,
525-
integrations=[sentry_sdk.integrations.django.DjangoIntegration()],
526525
sample_rate=SENTRY_SAMPLE_RATE,
527526
traces_sample_rate=SENTRY_TRACES_SAMPLE_RATE,
528527
send_default_pii=True,

0 commit comments

Comments
 (0)