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 edb4753 commit 798256dCopy full SHA for 798256d
sentry_sdk/spotlight.py
@@ -84,7 +84,7 @@ def capture_envelope(self, envelope):
84
for chars in product(*zip(BODY_CLOSE_TAG.upper(), BODY_CLOSE_TAG.lower()))
85
]
86
87
- class SpotlightMiddleware(MiddlewareMixin):
+ class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
88
__spotlight_script: Optional[str] = None
89
_spotlight_url: str
90
0 commit comments