Skip to content

Commit 29b3ede

Browse files
BYKsentrivana
andauthored
fix blunder
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 8d1ac11 commit 29b3ede

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
@@ -66,7 +66,7 @@ def capture_envelope(self, envelope):
6666

6767
SPOTLIGHT_JS_ENTRY_PATH = "/assets/main.js"
6868
SPOTLIGHT_JS_SNIPPET_PATTERN = (
69-
'<script>window.__spotlight = {{ initOptions: {{ sidecarUrl: '{spotlight_url}', fullPage: false }} }};</script>\n'
69+
"<script>window.__spotlight = {{ initOptions: {{ sidecarUrl: '{spotlight_url}', fullPage: false }} }};</script>\n"
7070
'<script type="module" crossorigin src="{spotlight_js_url}"></script>\n'
7171
)
7272
SPOTLIGHT_ERROR_PAGE_SNIPPET = (

0 commit comments

Comments
 (0)