We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbe1f4 commit b8555e2Copy full SHA for b8555e2
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -76,7 +76,7 @@
76
android:exported="false"/>
77
78
<!-- NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in your Sentry project/dashboard-->
79
- <meta-data android:name="io.sentry.dsn" android:value="https://1053864c67cc410aa1ffc9701bd6f93d@o447951.ingest.us.sentry.io/5428559" />
+ <meta-data android:name="io.sentry.dsn" android:value="https://502f25099c204a2fbf4cb16edc5975d1@o447951.ingest.us.sentry.io/5428563" />
80
81
<!-- how to enable Sentry's debug mode-->
82
<meta-data android:name="io.sentry.debug" android:value="${sentryDebug}" />
0 commit comments