sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [x] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart:...
### Description Following JS docs Update the React Native integrations page to include all the available integrations. - https://github.com/getsentry/sentry-docs/pull/10138 ```[tasklist] ### Tasks - [ ] Mark integrations which will only...
### Description If users specify `SOURCEMAP_FILE=relative/path.map` the `sentry-cli` fails to find the file. The $PWD is `root/ios`, but the source map file is created in `root/relative/path.map`.
**OS:** - [ ] Windows - [ X] MacOS - [ ] Linux **Platform:** - [ X] iOS - [ ] Android **SDK:** - [X ] `@sentry/react-native` (>= 1.0.0) -...
### Description Current [TouchEvents](https://github.com/getsentry/sentry-react-native/blob/0b424725e8453a646513982890ab2a3c66b92c61/src/js/touchevents.tsx#L197-L227) implementation uses `sentry-label`, `user-defined-label` or `displayName` to record what element in the React components tree was interacted with. We can enhance this by using React Component...
### Description The `ignoreErrors` option currently only works for JS errors. We can pass in to the native SDK to filter the native errors and crashes. ```[tasklist] ### 🛑 Blocked...
### Description Currently when Hermes profiling is enabled also the native profilers are running. Adding this option will let users decide if they are interested only in JS or the...
### Description In our View Hierarchy (VH) feature, we read specific identifiers/tags (depending on platform) from view classes and surface this information in the rendered VH on the product. If...
### Description Currently the native build jobs are not required to merge and release a new SDK version. This can cause issue like https://github.com/getsentry/sentry-react-native/issues/3863
### Description This function is the base functionality needed to allow capturing user feedback while including tags, `replay_id`, `trace_id`, etc. It's part of the 'new user feedback' product (https://github.com/getsentry/sentry/issues/64671) that...