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

Cordova app crash is not displaying in firebase or fabric console #161

Open
kalaiprakash93 opened this issue Aug 8, 2019 · 0 comments
Open

Comments

@kalaiprakash93
Copy link

kalaiprakash93 commented Aug 8, 2019

Hi,
I have created cordova project with adding this plugin and secret keys.
For ios am testing it.

cordova-ios :4.5.4
cordova cli:8.0.0

I have added following code for force app crash

 window.fabric.Crashlytics.addLog("about to send a crash for testing!");
 window.fabric.Crashlytics.setUserIdentifier("123");
 window.fabric.Crashlytics.setUserName("Some Guy");
 window.fabric.Crashlytics.setUserEmail("some.guy@email.com");
 window.fabric.Crashlytics.setStringValueForKey("bar", "foo");
 window.fabric.Crashlytics.sendCrash();

while opening the app, the app is crashing again i have reopening the app.working fine.
But I couldn't able to see the crash report in Firebase/fabric dashboard.

Please help me out of this.
I couldn't found any errors while making build or using app.

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

1 participant