Skip to content

Commit 92c5454

Browse files
chore(django): Disable middleware spans by default
1 parent 40e5083 commit 92c5454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class DjangoIntegration(Integration):
130130
def __init__(
131131
self,
132132
transaction_style="url", # type: str
133-
middleware_spans=True, # type: bool
133+
middleware_spans=False, # type: bool
134134
signals_spans=True, # type: bool
135135
cache_spans=False, # type: bool
136136
db_transaction_spans=False, # type: bool

0 commit comments

Comments
 (0)