Skip to content

Commit 2cc98a7

Browse files
Abdkhan14Abdullah Khan
and
Abdullah Khan
authored
feat(explore): Adding traces arcade link (#85493)
![Screenshot 2025-02-19 at 4 56 13 PM](https://github.com/user-attachments/assets/0ebe74a1-0fbe-430d-93d4-dadb38ded60f) Co-authored-by: Abdullah Khan <[email protected]>
1 parent 455da0f commit 2cc98a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/app/views/performance/onboarding.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function OnboardingPanel({
458458
<Preview>
459459
<BodyTitle>{t('Preview a Sentry Trace')}</BodyTitle>
460460
<Arcade
461-
src="https://demo.arcade.software/54VidzNthU5ykIFPCdW1?embed"
461+
src="https://demo.arcade.software/BPVB65UiYCxixEw8bnmj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
462462
loading="lazy"
463463
allowFullScreen
464464
/>
@@ -819,7 +819,8 @@ const Divider = styled('hr')`
819819
const Arcade = styled('iframe')`
820820
width: 750px;
821821
max-width: 100%;
822-
height: 500px;
822+
margin-top: ${space(3)};
823+
height: 522px;
823824
border: 0;
824825
`;
825826

0 commit comments

Comments
 (0)