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 cc68635 commit 2bc46aeCopy full SHA for 2bc46ae
sentry_sdk/integrations/tornado.py
@@ -79,7 +79,7 @@ async def sentry_execute_request_handler(self, *args, **kwargs):
79
else:
80
81
@coroutine # type: ignore
82
- def sentry_execute_request_handler(self, *args, **kwargs):
+ def sentry_execute_request_handler(self, *args, **kwargs): # type: ignore
83
# type: (RequestHandler, *Any, **Any) -> Any
84
with _handle_request_impl(self):
85
result = yield from old_execute(self, *args, **kwargs)
0 commit comments