3

I'm using Firebase Crashlytics to log crash errors in my react-native app, I want all those logs errors in Crashlytics into my own server. Is there is any way in react-native to handle this, any help would be appreciated.

Environment:

"react": "16.8.3",
"react-native": "0.59.4",
"react-native-firebase": "^4.2.0",
2
  • Hi, the best way to accomplish this is using Big Query - Crashlytics integration. Commented May 26, 2020 at 19:09
  • could you please provide me the example how can i accomplish this Commented May 27, 2020 at 7:34

1 Answer 1

4

If you want crashes to go to firebase AND your server, simply trigger a cloud function on a crash report on crashlytics - documentation

You can trigger a function in response to Crashlytics issue events including new issues, regressed issues, and velocity alerts. (...) Each event triger created with IssueBuilder returns an Issue with properties that include the issue's name, ID, relevant app info, and more.

Multiple crash listeners on an app isn't a great idea.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.