Skip to content

Commit

Permalink
Fix issue with crash involving sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Jul 6, 2020
1 parent 177e3e6 commit 3645bf8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions opacclient/opacapp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@
android:name="de.geeksfactory.opacclient.networking.CustomSSLGlideModule"
android:value="GlideModule" />

<meta-data
android:name="io.sentry.auto-init"
android:value="false" />
<meta-data android:name="io.sentry.dsn" android:value="___PUBLIC_DSN___" />

</application>

</manifest>

0 comments on commit 3645bf8

Please sign in to comment.