We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa91f5 commit 6e48da1Copy full SHA for 6e48da1
src/components/sandboxLink.tsx
@@ -47,7 +47,7 @@ export function getSandboxURL({
47
projectSlug?: string;
48
scenario?: (typeof scenarios)[number];
49
} = {}) {
50
- const url = new URL('https://try.sentry-demo.com/demo/start/');
+ const url = new URL('https://sandbox.sentry.io/');
51
52
if (scenario) {
53
url.searchParams.append('scenario', scenario);
0 commit comments