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 ed923de commit d27bb10Copy full SHA for d27bb10
sentry_sdk/integrations/redis/_async_common.py
@@ -42,7 +42,7 @@ async def _sentry_execute(self, *args, **kwargs):
42
) as span:
43
with capture_internal_exceptions():
44
try:
45
- command_seq = self._execution_strategy.command_queue
+ command_seq = self._execution_strategy._command_queue
46
except AttributeError:
47
if is_cluster:
48
command_seq = self._command_stack
0 commit comments