Skip to content

Commit 985fa70

Browse files
committed
Revert "switch DSN to point to sandbox mirror"
This reverts commit b83936f.
1 parent b83936f commit 985fa70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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" />

app/src/main/java/com/example/vu/android/InitContentProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)