Files
harheimertc/android-app/app/src/debug/AndroidManifest.xml
Torsten Schulz (local) 3586704cce
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 10m29s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
Update file permissions for multiple server and test files to executable mode
2026-07-15 08:45:12 +02:00

9 lines
383 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<!-- Disable Sentry automatic initialization in debug/test builds -->
<meta-data android:name="io.sentry.auto-init" android:value="false" />
<meta-data android:name="io.sentry.dsn" android:value="" />
</application>
</manifest>