feat: rework Sentry disabling logic for benchmark builds

This commit is contained in:
Harsh Shandilya 2023-04-15 22:59:57 +05:30
parent 8b7bcaa92f
commit a2157ae618
No known key found for this signature in database
3 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<!-- Required: set your sentry.io project identifier (DSN) -->
<meta-data android:name="io.sentry.dsn" android:value="${sentryDsn}" />
</application>
</manifest>