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.
self.sentry_sdk
1 parent ad70179 commit 6652052Copy full SHA for 6652052
sentry_sdk/spotlight.py
@@ -95,7 +95,7 @@ def __init__(self, get_response):
95
96
self.sentry_sdk = sentry_sdk.api
97
98
- spotlight_client = sentry_sdk.api.get_client().spotlight
+ spotlight_client = self.sentry_sdk.get_client().spotlight
99
if spotlight_client is None:
100
sentry_logger.warning(
101
"Cannot find Spotlight client from SpotlightMiddleware, disabling the middleware."
0 commit comments