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 9b09be4 commit 2ddca3bCopy full SHA for 2ddca3b
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -93,7 +93,7 @@
93
<meta-data android:name="io.sentry.debug" android:value="${sentryDebug}" />
94
95
<!-- how to disable verbose logging of the session replay feature-->
96
- <meta-data android:name="io.sentry.session-replay.debug" android:value="false" />
+ <meta-data android:name="io.sentry.session-replay.debug" android:value="true" />
97
98
<!-- how to set a custom debug level-->
99
<!-- <meta-data android:name="io.sentry.debug.level" android:value="info" />-->
0 commit comments