feat: disable Sentry performance reporting and profiling

These features are going paid and I do not care enough to foot the bill
This commit is contained in:
Harsh Shandilya 2023-04-24 23:34:24 +05:30
parent 744955bf11
commit 58170b6072
No known key found for this signature in database

View file

@ -11,10 +11,5 @@
<meta-data android:name="io.sentry.attach-screenshot" android:value="true" />
<!-- enable view hierarchy for crashes -->
<meta-data android:name="io.sentry.attach-view-hierarchy" android:value="true" />
<!-- enable the performance API by setting a sample-rate, adjust in production env -->
<meta-data android:name="io.sentry.traces.sample-rate" android:value="0.8" />
<!-- enable profiling when starting transactions, adjust in production env -->
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="0.8" />
</application>
</manifest>