https://github.com/pvinis/bugsnagbadstack
Repo to show a problem with Bugsnag native crash reporting in React Native
https://github.com/pvinis/bugsnagbadstack
Last synced: 2 months ago
JSON representation
Repo to show a problem with Bugsnag native crash reporting in React Native
- Host: GitHub
- URL: https://github.com/pvinis/bugsnagbadstack
- Owner: pvinis
- Created: 2018-12-21T10:13:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T07:55:01.000Z (about 4 years ago)
- Last Synced: 2025-01-31T01:14:20.970Z (4 months ago)
- Language: Shell
- Size: 751 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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/bugsnag/bugsnag-react-native/issues/300
# steps I took to setup this repo:
- `react-native init BugsnagBadStack`
- `cd BugsnagBadStack`
- commit
- `yarn add bugsnag-react-native`
- `react-native link`
- commit
- create release xcode scheme
- commit
- add js crash
- commit
- add sourcemap upload script
- commit
- add native crash
- commit
- add dsym upload script
- commit
- readme updates# reproduce:
- `yarn install`
- `open ios/BugsnagBadStack.xcodeproj`
- switch to `BugsnagBadStack Release` scheme
- `yarn start`
- press play on xcode
- `./scripts/upload-sourcemap`
- tweak the path in .scripts/upload-dsym
- `./scripts/upload-dsym`
- tap `CRASH JS` button
- see everything is nice

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