Skip to content

Commit 5817495

Browse files
committed
fix lint error
1 parent 567ffb4 commit 5817495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry_sdk/spotlight.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ def process_exception(self, _request, exception):
8989
"<html>",
9090
(
9191
f'<html><base href="{spotlight_url}">'
92-
f'<script>window.__spotlight = {{ initOptions: {{ startFrom: "/errors/{ event_id }" }}}};</script>'
92+
'<script>window.__spotlight = {{ initOptions: {{ startFrom: "/errors/{event_id}" }}}};</script>'.format(
93+
event_id=event_id
94+
)
9395
),
9496
)
9597
)

0 commit comments

Comments
 (0)