We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e5083 commit 92c5454Copy full SHA for 92c5454
sentry_sdk/integrations/django/__init__.py
@@ -130,7 +130,7 @@ class DjangoIntegration(Integration):
130
def __init__(
131
self,
132
transaction_style="url", # type: str
133
- middleware_spans=True, # type: bool
+ middleware_spans=False, # type: bool
134
signals_spans=True, # type: bool
135
cache_spans=False, # type: bool
136
db_transaction_spans=False, # type: bool
0 commit comments