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 85b05fc commit b4fc038Copy full SHA for b4fc038
fastapi_jsonrpc/__init__.py
@@ -620,8 +620,8 @@ async def __aenter__(self):
620
assert self.exit_stack is None
621
self.exit_stack = await AsyncExitStack().__aenter__()
622
if (
623
- sentry_sdk is not None
624
- and get_sentry_integration() is None
+ sentry_sdk is not None
+ and get_sentry_integration() is None
625
):
626
self.exit_stack.enter_context(self._enter_old_sentry_integration())
627
0 commit comments