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
- Host: GitHub
- URL: https://github.com/pvinis/sentrybadstack
- Owner: pvinis
- Created: 2018-12-21T13:45:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T06:17:34.000Z (about 4 years ago)
- Last Synced: 2025-01-31T01:13:23.716Z (4 months ago)
- Language: Objective-C
- Size: 1020 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

- tap `CRASH NATIVE` button
- see that the stacktrace looks weird, no formatting
