Skip to content

Commit a03bfda

Browse files
committed
Enable Canvas approach for demo app
1 parent 641db1e commit a03bfda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182

183183
<meta-data android:name="io.sentry.performance-v2.enable" android:value="true" />
184184

185+
<meta-data android:name="io.sentry.session-replay.screenshot-strategy" android:value="canvas" />
185186
<meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="1" />
186187
<meta-data android:name="io.sentry.session-replay.mask-all-text" android:value="true" />
187188
</application>

0 commit comments

Comments
 (0)