feat(sentry): add profiling sample rate config
This commit is contained in:
parent
baabe5ba52
commit
4c3abe60a6
1 changed files with 1 additions and 0 deletions
|
@ -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