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

https://github.com/pvinis/sentrybadstack

Repo to show a problem with Sentry native crash reporting in React Native
https://github.com/pvinis/sentrybadstack

Last synced: 2 months ago
JSON representation

Repo to show a problem with Sentry native crash reporting in React Native

Awesome Lists containing this project

README

        

# UPDATE: This should be fixed on this [PR](https://github.com/facebook/react-native/pull/23691) and it will land on RN 0.60.0

Issue: https://github.com/getsentry/react-native-sentry/issues/526

# steps I took to setup this repo:
- `react-native init SentryBadStack`
- `cd SentryBadStack`
- commit
- `yarn add react-native-sentry`
- `react-native link`
- commit
- create release xcode scheme
- commit
- add js crash
- commit
- add sourcing of .zshrc to get the $PATH
- commit
- add native crash
- commit
- readme updates

# reproduce:
- `yarn install`
- `open ios/SentryBadStack.xcodeproj`
- switch to `SentryBadStack Release` scheme
- `yarn start`
- press play on xcode
- tap `CRASH JS` button
- see everything is nice
![crash-js](crash-js.png)
- tap `CRASH NATIVE` button
- see that the stacktrace looks weird, no formatting
![crash-native](crash-native.png)