File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/example/vu/android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 <meta-data
4141 android : name =" io.sentry.dsn"
42- android : value =" https://3d2ac63d6e1a4c6e9214443678f119a3@sandbox-mirror. sentry.gg/1 " />
42+ android : value =" https://3d2ac63d6e1a4c6e9214443678f119a3@o87286.ingest. sentry.io/1801383 " />
4343 <meta-data
4444 android : name =" io.sentry.debug"
4545 android : value =" true" />
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public boolean onCreate() {
6262 @ SuppressLint ("VisibleForTests" )
6363 private SentryOptions createOptions (final @ NotNull Context context ) {
6464 SentryOptions options = new SentryOptions ();
65- options .setDsn ("https://3d2ac63d6e1a4c6e9214443678f119a3@sandbox-mirror. sentry.gg/1 " );
65+ options .setDsn ("https://3d2ac63d6e1a4c6e9214443678f119a3@o87286.ingest. sentry.io/1801383 " );
6666 options .setCacheDirPath (new File (context .getCacheDir (), "sentry" ).getAbsolutePath ());
6767 return options ;
6868 }
You can’t perform that action at this time.
0 commit comments