We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
middleware_spans
1 parent f470d35 commit a979755Copy full SHA for a979755
sentry_sdk/integrations/django/__init__.py
@@ -109,7 +109,7 @@ class DjangoIntegration(Integration):
109
Auto instrument a Django application.
110
111
:param transaction_style: How to derive transaction names. Either `"function_name"` or `"url"`. Defaults to `"url"`.
112
- :param middleware_spans: Whether to create spans for middleware. Defaults to `True`.
+ :param middleware_spans: Whether to create spans for middleware. Defaults to `False`.
113
:param signals_spans: Whether to create spans for signals. Defaults to `True`.
114
:param signals_denylist: A list of signals to ignore when creating spans.
115
:param cache_spans: Whether to create spans for cache operations. Defaults to `False`.
0 commit comments