ReallySmallSoftware / cordova-plugin-firebase-crashlytics

Google Firebase Crashlytics Cordova plugin
Other
32 stars 80 forks source link

[Question] This works on ionic-v1 #31

Open flastowizka opened 4 years ago

flastowizka commented 4 years ago

This works on ionic-v1 ?

akshayajeevan commented 4 years ago

Yes... working for me... also tried manually logging handled exception...

flastowizka commented 4 years ago

Yes... working for me... also tried manually logging handled exception...

@akshayajeevan you can show do you implemented ?

I just install this plugin and add:

var crashlytics = FirebaseCrashlytics.initialise();
crashlytics.logException(mensagem);

but i cant see in Firebase Crashanalytics

akshayajeevan commented 4 years ago

I have implemented the same code on my exception handling block and this is visible on console after app restart.

Have you tried the forced crash and got the log in Firebase console?

var crashlytics = FirebaseCrashlytics.initialise();
crashlytics.crash();
flastowizka commented 4 years ago

@akshayajeevan i tried to force with crash(); I app was closed fine, but the log cannot show in Firebase console.

In the tab Analitycs i can show my app version in StreamView. But in the tab Crashanalytics the log cannot display.

I tried to update google-services.json, but the same result.

ReallySmallSoftware commented 3 years ago

I have released a new version with updated dependencies, removing the original Fabric dependencies. Please try again and see how it goes.