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 641db1e commit a03bfdaCopy full SHA for a03bfda
sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml
@@ -182,6 +182,7 @@
182
183
<meta-data android:name="io.sentry.performance-v2.enable" android:value="true" />
184
185
+ <meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" />
186
<meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="1" />
187
<meta-data android:name="io.sentry.session-replay.mask-all-text" android:value="true" />
188
</application>
0 commit comments