diff --git a/samples/react-native/src/dsn.ts b/samples/react-native/src/dsn.ts index 97660cb5c8..345276a627 100644 --- a/samples/react-native/src/dsn.ts +++ b/samples/react-native/src/dsn.ts @@ -1,7 +1,7 @@ import * as Sentry from '@sentry/react-native'; export const SENTRY_INTERNAL_DSN = - 'https://d870ad989e7046a8b9715a57f59b23b5@o447951.ingest.sentry.io/5428561'; + 'https://1df17bd4e543fdb31351dee1768bb679@o447951.ingest.sentry.io/5428561'; export const getCurrentDsn = () => { return Sentry.getCurrentHub().getClient()?.getOptions().dsn; diff --git a/test/perf/TestAppSentry/App.js b/test/perf/TestAppSentry/App.js index 4e13f41aa2..0133c64368 100644 --- a/test/perf/TestAppSentry/App.js +++ b/test/perf/TestAppSentry/App.js @@ -29,7 +29,7 @@ import { import * as Sentry from '@sentry/react-native'; Sentry.init({ - dsn: 'https://d870ad989e7046a8b9715a57f59b23b5@o447951.ingest.sentry.io/5428561', + dsn: 'https://1df17bd4e543fdb31351dee1768bb679@o447951.ingest.sentry.io/5428561', }); const Section = ({children, title}): Node => { diff --git a/test/react-native/rn.patch.app.js b/test/react-native/rn.patch.app.js index 862cbecbfe..c32274bfa9 100755 --- a/test/react-native/rn.patch.app.js +++ b/test/react-native/rn.patch.app.js @@ -25,7 +25,7 @@ import { EndToEndTestsScreen } from 'sentry-react-native-e2e-tests'; Sentry.init({ release: '${SENTRY_RELEASE}', dist: '${SENTRY_DIST}', - dsn: 'https://d870ad989e7046a8b9715a57f59b23b5@o447951.ingest.sentry.io/5428561', + dsn: 'https://1df17bd4e543fdb31351dee1768bb679@o447951.ingest.sentry.io/5428561', }); `; const e2eComponentPatch = '';