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 b8555e2 commit ca28040Copy full SHA for ca28040
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -82,7 +82,7 @@
82
<meta-data android:name="io.sentry.debug" android:value="${sentryDebug}" />
83
84
<!-- how to disable verbose logging of the session replay feature-->
85
- <meta-data android:name="io.sentry.session-replay.debug" android:value="false" />
+ <meta-data android:name="io.sentry.session-replay.debug" android:value="true" />
86
87
<!-- how to set a custom debug level-->
88
<!-- <meta-data android:name="io.sentry.debug.level" android:value="info" />-->
0 commit comments