Skip to content

Commit 6e48da1

Browse files
authored
chore(sandbox): change sandbox link (#12814)
1 parent daa91f5 commit 6e48da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sandboxLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function getSandboxURL({
4747
projectSlug?: string;
4848
scenario?: (typeof scenarios)[number];
4949
} = {}) {
50-
const url = new URL('https://try.sentry-demo.com/demo/start/');
50+
const url = new URL('https://sandbox.sentry.io/');
5151

5252
if (scenario) {
5353
url.searchParams.append('scenario', scenario);

0 commit comments

Comments
 (0)