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 1
1
import * as Sentry from '@sentry/react-native' ;
2
2
3
3
export const SENTRY_INTERNAL_DSN =
4
- 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561' ;
4
+ 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561' ;
5
5
6
6
export const getCurrentDsn = ( ) => {
7
7
return Sentry . getCurrentHub ( ) . getClient ( ) ?. getOptions ( ) . dsn ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {
29
29
import * as Sentry from '@sentry/react-native' ;
30
30
31
31
Sentry . init ( {
32
- dsn : 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561' ,
32
+ dsn : 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561' ,
33
33
} ) ;
34
34
35
35
const 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';
25
25
Sentry.init({
26
26
release: '${ SENTRY_RELEASE } ',
27
27
dist: '${ SENTRY_DIST } ',
28
- dsn: 'https://d870ad989e7046a8b9715a57f59b23b5 @o447951.ingest.sentry.io/5428561',
28
+ dsn: 'https://1df17bd4e543fdb31351dee1768bb679 @o447951.ingest.sentry.io/5428561',
29
29
});
30
30
` ;
31
31
const e2eComponentPatch = '<EndToEndTestsScreen />' ;
You can’t perform that action at this time.
0 commit comments