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 e37fd6e commit d16a497Copy full SHA for d16a497
sentry_sdk/integrations/sanic.py
@@ -96,7 +96,7 @@ def setup_once():
96
# https://github.com/huge-success/sanic/issues/1332
97
ignore_logger("root")
98
99
- if SanicIntegration.version < (21, 9):
+ if SanicIntegration.version is not None and SanicIntegration.version < (21, 9):
100
_setup_legacy_sanic()
101
return
102
0 commit comments