Totally optional sentry

This commit is contained in:
Stephen Paul Weber 2022-02-21 16:56:03 -05:00
parent b3ccb21f78
commit 120406cc2d
No known key found for this signature in database
GPG key ID: D11C2911CE519CDE
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ tasks:
- sentry: |
cd cheogram-android
sed -ie 's/<!-- INSERT -->/<meta-data android:name="io.sentry.dsn" android:value="https:\/\/680d470d348a4cc494bf2198eed30c49@o559641.ingest.sentry.io\/6221823" \/>/' src/cheogram/AndroidManifest.xml
sed -ie 's/\/\/ INSERT/implementation "io.sentry:sentry-android:5.6.1"/' build.gradle
- build: |
cd cheogram-android
./gradlew assembleCheogramFreeSystemDebug

View file

@ -92,7 +92,7 @@ dependencies {
implementation 'com.google.guava:guava:30.1.1-android'
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.36'
implementation urlFile('https://cloudflare-ipfs.com/ipfs/QmeqMiLxHi8AAjXobxr3QTfa1bSSLyAu86YviAqQnjxCjM/libwebrtc.aar', 'libwebrtc.aar')
implementation 'io.sentry:sentry-android:5.6.1'
// INSERT
}
ext {