feat: Add sentry reporting to dev builds

This commit is contained in:
Georg krause 2023-04-05 12:52:09 +02:00 committed by Georg Krause
parent 103cac4145
commit 0075c10442
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

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