sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
198 stars 159 forks source link

Uncaught TypeError: Cannot read property 'Crashlytics' of undefined - ionic1 1.2.4 #135

Open acipher opened 6 years ago

acipher commented 6 years ago

I am using this plugin in ionic1 1.2.4

in app.js file i have added crash log like. window.fabric.Crashlytics.addLog("about to send a crash for testing!"); window.fabric.Crashlytics.sendCrash();

I have followed the steps given in plugin but getting Uncaught TypeError: Cannot read property 'Crashlytics' of undefined

here is my ionic info image

vovkind commented 5 years ago

Same issue with Cordova. Do we have a fix/workaround there?