https://github.com/krystofwoldrich/sentry-react-native-ama
Sentry React Native Demo app for the Ask Me Anything stream
https://github.com/krystofwoldrich/sentry-react-native-ama
Last synced: 2 months ago
JSON representation
Sentry React Native Demo app for the Ask Me Anything stream
- Host: GitHub
- URL: https://github.com/krystofwoldrich/sentry-react-native-ama
- Owner: krystofwoldrich
- Created: 2023-07-14T14:30:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T13:23:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:13:42.564Z (4 months ago)
- Language: Java
- Size: 8.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry React Native AMA Demo
This is a demo app for a Sentry React Native Ask Me Anything live stream.
## How to Build for dev
```bash
npm run android
npm run ios
```## How to Build for release
To successfully build the release version you need to update your Sentry project values in `ios/sentry.properties` and `android/sentry.properties` (you can create a free account at [Sentry.io](https://sentry.io/)) or use `SENTRY_ALLOW_FAILURE=true` environmental variable to allow the source map upload to Sentry to fail.