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 bba4efe commit 5edb0d3Copy full SHA for 5edb0d3
1 file changed
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -178,7 +178,7 @@
178
179
<meta-data android:name="io.sentry.performance-v2.enable" android:value="true" />
180
181
- <meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="0" />
+ <meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="1" />
182
<meta-data android:name="io.sentry.session-replay.mask-all-text" android:value="true" />
183
</application>
184
</manifest>
0 commit comments