Attach app screenshot to bug reports

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/208/head
androidacy-user 2 years ago
parent 4419ed1ef0
commit 8e4f5a9f50

@ -111,14 +111,14 @@
<meta-data
android:name="io.sentry.dsn"
android:value="https://ba5cb5ef513b423cbd54a2a8457113b1@sentry.androidacy.com/7" />
<!-- Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
We recommend adjusting this value in production. -->
<meta-data
android:name="io.sentry.traces.sample-rate"
android:value="1.0" />
<!-- Enable user interaction tracing to capture transactions for various UI events (such as clicks or scrolls). -->
android:value="0.5" />
<meta-data
android:name="io.sentry.traces.user-interaction.enable"
android:value="true" />
<meta-data
android:name="io.sentry.attach-screenshot"
android:value="true" />
</application>
</manifest>
Loading…
Cancel
Save