Skip to content

Commit ae2ef79

Browse files
committed
lol^2
1 parent 6b6ac37 commit ae2ef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/spotlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ def capture_envelope(self, envelope):
8282

8383
class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
8484
_spotlight_script = None # type: Optional[str]
85+
_spotlight_url = None # type: Optional[str]
8586

8687
def __init__(self, get_response):
8788
# type: (Self, Callable[..., HttpResponse]) -> None
8889
super().__init__(get_response)
89-
self._spotlight_script = None
9090

9191
import sentry_sdk.api
9292

0 commit comments

Comments
 (0)