Skip to content

Commit 0e6eeb1

Browse files
authored
Merge branch 'main' into revert-sandbox-mirror-switch
2 parents 985fa70 + 5b523d5 commit 0e6eeb1

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://[email protected].sentry.io/1801383" />
42+
android:value="https://6de4ac3993f24074820d83751794ca39@sandbox-mirror.sentry.gg/1" />
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://[email protected].sentry.io/1801383");
65+
options.setDsn("https://6de4ac3993f24074820d83751794ca39@sandbox-mirror.sentry.gg/1");
6666
options.setCacheDirPath(new File(context.getCacheDir(), "sentry").getAbsolutePath());
6767
return options;
6868
}

0 commit comments

Comments
 (0)