feat: Add sentry reporting to dev builds

fix-ci-for-tags
Georg krause 2023-04-05 12:52:09 +02:00 zatwierdzone przez Georg Krause
rodzic 103cac4145
commit 0075c10442
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -216,6 +216,7 @@ dependencies {
testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.9.2")
debugImplementation("io.sentry:sentry-android:6.17.0")
androidTestImplementation("io.mockk:mockk-android:1.13.4")
androidTestImplementation("androidx.navigation:navigation-testing:$navVersion")

Wyświetl plik

@ -85,6 +85,7 @@
</intent-filter>
</receiver>
<meta-data android:name="io.sentry.dsn" android:value="https://4e377f47d01242baae2d9d8bd689c3ef@am.funkwhale.audio/4" />
</application>
</manifest>