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 a6cb2d4 commit a72a534Copy full SHA for a72a534
sentry_sdk/integrations/sanic.py
@@ -26,6 +26,8 @@ def install(self):
26
# Sanic 0.8 and older creates a logger named "root" and puts a
27
# stringified version of every exception in there (without exc_info),
28
# which our error deduplication can't detect.
29
+ #
30
+ # https://github.com/huge-success/sanic/issues/1332
31
ignore_logger("root")
32
33
old_handle_request = Sanic.handle_request
0 commit comments