Skip to content

Commit 9742a75

Browse files
authored
fix(profiling-onboarding): iframe blocked by CSP (#95202)
The arcade for the profiling onboarding got blocked by our CSP. This PR streamlines the embed URL to use the same format as the other arcades.
1 parent b34fd06 commit 9742a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/profiling/onboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function OnboardingPanel({
199199
<Preview>
200200
<BodyTitle>{t('Preview a Sentry Profile')}</BodyTitle>
201201
<Arcade
202-
src="https://app.arcade.software/share/IebjOcBKpUHBuFpfGO4f?embed"
202+
src="https://demo.arcade.software/IebjOcBKpUHBuFpfGO4f?embed"
203203
loading="lazy"
204204
allowFullScreen
205205
/>

0 commit comments

Comments
 (0)