enhance: read Sentry DSN from local.properties to support private configuration

This commit is contained in:
2026-07-08 16:57:14 +02:00
parent 2957227f69
commit 8702e29171
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
</intent-filter>
</activity>
<meta-data android:name="io.sentry.dsn" android:value="https://c7d665816e7f4823aa48c083b797e730@eu.glitchtip.com/255" />
<!-- Injected from local.properties (glitchtip.dsn); an empty DSN disables the SDK. -->
<meta-data android:name="io.sentry.dsn" android:value="${glitchtipDsn}" />
<meta-data android:name="io.sentry.traces.sample-rate" android:value="0.01" />
</application>