An open API service indexing awesome lists of open source software.

https://github.com/pvinis/react-native-project-with-crash-heaven-pr


https://github.com/pvinis/react-native-project-with-crash-heaven-pr

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-project-with-crash-heaven-pr

The PR will contain the last 3 commits of this branch:
https://github.com/pvinis/react-native/tree/crash-reporting-heaven

The JS crash is in the `App.js` file.

The Native crashes are initialized in the `App.js` file, and they are in the `Crashy.m` for ios, and `CrashyModule.java` for android.

The results in sentry are these:

ios js:
you see the exact js line.
![ios-js](ios-js.png)

ios native:
you see the file and exact line (Crashy.m:20)
![ios-native](ios-native.png)

android js:
you see js but its off a bit 😬 https://github.com/facebook/metro/issues/148
![android-js](android-js.png)

android native:
you see the file and exact line (CrashyModule line 19)
![android-native](android-native.png)

compare these with https://github.com/pvinis/SentryBadStack