Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] This works on ionic-v1 #31

Open
flastowizka opened this issue Feb 20, 2020 · 5 comments
Open

[Question] This works on ionic-v1 #31

flastowizka opened this issue Feb 20, 2020 · 5 comments

Comments

@flastowizka
Copy link

This works on ionic-v1 ?

@akshayajeevan
Copy link

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

@flastowizka
Copy link
Author

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
Copy link

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
Copy link
Author

@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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants