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 906e9d8 commit fbf13b7Copy full SHA for fbf13b7
sentry_sdk/integrations/strawberry.py
@@ -96,6 +96,7 @@ def _sentry_patched_schema_init(self, *args, **kwargs):
96
97
extensions = kwargs.get("extensions") or []
98
99
+ should_use_async_extension = None # type: Optional[bool]
100
if integration.async_execution is not None:
101
should_use_async_extension = integration.async_execution
102
else:
0 commit comments