sentry init

This commit is contained in:
Eudes Inácio
2022-12-17 17:46:08 +01:00
parent 79f343ca49
commit 8abc4319ea
10 changed files with 21696 additions and 14368 deletions
+1
View File
@@ -23,6 +23,7 @@ dependencies {
implementation project(':capacitor-push-notifications')
implementation project(':capacitor-share')
implementation project(':capacitor-storage')
implementation project(':sentry-capacitor')
implementation project(':capacitor-voice-recorder')
implementation project(':capacitor2-file-picker')
implementation "com.soundcloud.android:android-crop:1.0.0@aar"
@@ -55,6 +55,10 @@
"pkg": "@capacitor/storage",
"classpath": "com.capacitorjs.plugins.storage.StoragePlugin"
},
{
"pkg": "@sentry/capacitor",
"classpath": "io.sentry.capacitor.SentryCapacitor"
},
{
"pkg": "capacitor-voice-recorder",
"classpath": "com.tchvu3.capacitorvoicerecorder.VoiceRecorder"