Skip to content

Commit c68c48d

Browse files
authored
Merge pull request #94 from sentry-demos/sandbox-mirror-switch
Switch DSN to point to sandbox mirror relay
2 parents 7ad2d44 + 8e258a0 commit c68c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const DSN =
2-
'https://3d19b89ce4774ad2b429b09a9375fbbb@o87286.ingest.sentry.io/5716557';
2+
'https://3d19b89ce4774ad2b429b09a9375fbbb@sandbox-mirror.sentry.gg/1';
33

44
// SENTRY_INTERNAL_DSN for testing
55
// export const DSN =

0 commit comments

Comments
 (0)