Skip to content

Commit df98140

Browse files
authored
fix: cache_spans are False by default (#9245)
Correct the issue in the docs which state that `cache_spans` is enabled by defaults. This is not the case, it's actually disabled by default.
1 parent eb38e65 commit df98140

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/python/integrations/django

1 file changed

+2
-2
lines changed

docs/platforms/python/integrations/django/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ You can pass the following keyword arguments to `DjangoIntegration()`:
128128

129129
- `cache_spans`:
130130

131-
Create spans and track performance of all read operations to configured caches. The spans also include information if the cache access was a hit or a miss. Set to `False` to disable.
131+
Create spans and track performance of all read operations to configured caches. The spans also include information if the cache access was a hit or a miss. Set to `True` to enable.
132132

133-
The default is `True`.
133+
The default is `False`.
134134

135135
## Supported Versions
136136

0 commit comments

Comments
 (0)