From b564c6d2f19d1e61e4d11baba9fbecab8907c374 Mon Sep 17 00:00:00 2001 From: Kolja Date: Wed, 17 Dec 2025 14:49:46 +0100 Subject: [PATCH] Change default value of middleware_spans to False https://github.com/getsentry/sentry-python/releases/tag/2.48.0 The newest release sets this to False. --- docs/platforms/python/integrations/django/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/python/integrations/django/index.mdx b/docs/platforms/python/integrations/django/index.mdx index 817e59d67f63c..5f08553fda021 100644 --- a/docs/platforms/python/integrations/django/index.mdx +++ b/docs/platforms/python/integrations/django/index.mdx @@ -153,7 +153,7 @@ You can pass the following keyword arguments to `DjangoIntegration()`: Create spans and track performance of all middleware in your Django project. Set to `False` to disable. - The default is `True`. + The default is `False`. - `signals_spans`: