Totally optional sentry

Stephen Paul Weber created

Change summary

.builds/debian-stable.yml | 1 +
build.gradle              | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Detailed changes

.builds/debian-stable.yml 🔗

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

build.gradle 🔗

@@ -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 {