We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb3f2 commit 4902c5eCopy full SHA for 4902c5e
1 file changed
sentry_sdk/integrations/sanic.py
@@ -58,7 +58,7 @@
58
class SanicIntegration(Integration):
59
identifier = "sanic"
60
origin = f"auto.http.{identifier}"
61
- version = None
+ version: "Optional[tuple[int, ...]]" = None
62
63
def __init__(
64
self, unsampled_statuses: "Optional[Container[int]]" = frozenset({404})
0 commit comments