File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/react-native' ;
22
33export const SENTRY_INTERNAL_DSN =
4- 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561' ;
4+ 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561' ;
55
66export const getCurrentDsn = ( ) => {
77 return Sentry . getCurrentHub ( ) . getClient ( ) ?. getOptions ( ) . dsn ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {
2929import * as Sentry from '@sentry/react-native' ;
3030
3131Sentry . init ( {
32- dsn : 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561' ,
32+ dsn : 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561' ,
3333} ) ;
3434
3535const Section = ( { children, title} ) : Node => {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { EndToEndTestsScreen } from 'sentry-react-native-e2e-tests';
2525Sentry.init({
2626 release: '${ SENTRY_RELEASE } ',
2727 dist: '${ SENTRY_DIST } ',
28- dsn: 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561',
28+ dsn: 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561',
2929});
3030` ;
3131const e2eComponentPatch = '<EndToEndTestsScreen />' ;
You can’t perform that action at this time.
0 commit comments