Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit bcc988a

Browse files
Attach app screenshot to bug reports
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 4419ed1 commit bcc988a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@
111111
<meta-data
112112
android:name="io.sentry.dsn"
113113
android:value="https://ba5cb5ef513b423cbd54a2a8457113b1@sentry.androidacy.com/7" />
114-
<!-- Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
115-
We recommend adjusting this value in production. -->
116114
<meta-data
117115
android:name="io.sentry.traces.sample-rate"
118-
android:value="1.0" />
119-
<!-- Enable user interaction tracing to capture transactions for various UI events (such as clicks or scrolls). -->
116+
android:value="0.5" />
120117
<meta-data
121118
android:name="io.sentry.traces.user-interaction.enable"
122119
android:value="true" />
120+
<meta-data
121+
android:name="io.sentry.attach-screenshot"
122+
android:value="true" />
123123
</application>
124124
</manifest>

0 commit comments

Comments
 (0)