Skip to content

Commit fbf13b7

Browse files
committed
.
1 parent 906e9d8 commit fbf13b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/strawberry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def _sentry_patched_schema_init(self, *args, **kwargs):
9696

9797
extensions = kwargs.get("extensions") or []
9898

99+
should_use_async_extension = None # type: Optional[bool]
99100
if integration.async_execution is not None:
100101
should_use_async_extension = integration.async_execution
101102
else:

0 commit comments

Comments
 (0)