mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
feat(sentry): add profiling sample rate config
This commit is contained in:
parent
baabe5ba52
commit
4c3abe60a6
|
@ -7,5 +7,6 @@
|
|||
<application>
|
||||
<meta-data android:name="io.sentry.dsn" android:value="${sentryDsn}" />
|
||||
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
|
||||
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue