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 571910d commit d724f95Copy full SHA for d724f95
sentry_sdk/integrations/redis/__init__.py
@@ -24,7 +24,7 @@ def __init__(self, max_data_size=_DEFAULT_MAX_DATA_SIZE, cache_prefixes=None):
24
25
if max_data_size is not None:
26
warnings.warn(
27
- "The `max_data_size` parameter of the `RedisIntegration() constructor is"
+ "The `max_data_size` parameter of `RedisIntegration` is "
28
"deprecated and will be removed in version 3.0 of sentry-sdk.",
29
DeprecationWarning,
30
stacklevel=2,
0 commit comments