8000 doc: Link to sanic gh issue · etherscan-io/sentry-python@a72a534 · GitHub
[go: up one dir, main page]

Skip to content

Commit a72a534

Browse files
committed
doc: Link to sanic gh issue
1 parent a6cb2d4 commit a72a534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/sanic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def install(self):
2626
# Sanic 0.8 and older creates a logger named "root" and puts a
2727
# stringified version of every exception in there (without exc_info),
2828
# which our error deduplication can't detect.
29+
#
30+
# https://github.com/huge-success/sanic/issues/1332
2931
ignore_logger("root")
3032

3133
old_handle_request = Sanic.handle_request

0 commit comments

Comments
 (0)
0