Skip to content

Commit d27bb10

Browse files
committed
.
1 parent ed923de commit d27bb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/redis/_async_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async def _sentry_execute(self, *args, **kwargs):
4242
) as span:
4343
with capture_internal_exceptions():
4444
try:
45-
command_seq = self._execution_strategy.command_queue
45+
command_seq = self._execution_strategy._command_queue
4646
except AttributeError:
4747
if is_cluster:
4848
command_seq = self._command_stack

0 commit comments

Comments
 (0)