sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Official Sentry SDK for React Native

Results 468 sentry-react-native issues
Sort by recently updated
recently updated
newest added

### Description Sentry RN SDK depends on a specific version of Sentry's JS SDK, but nothing prevents user to install some of the JS packages with different versions. Installing Sentry...

Platform: React-Native

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...

Platform: React-Native

This PR bumps `sentry-javascript` to version 8 and fixes all breaking changes regarding error reporting. Performance monitoring is disabled and will be fixed in a follow-up PR.

[`metro-serializer-esbuild`](https://microsoft.github.io/rnx-kit/docs/tools/metro-serializer-esbuild) is an alternative serializer for React Native that uses `esbuild`, allowing a better tree-shaking of your bundle. This is useful in multiple cases, for example if you use the...

Feature
React-Native

Hey @Meghdut-Mandal A very cool tool! I encounter a similar problem. It downloads the first two chapters. Afterwards, I receive a similar exception like @fabian-schmitt in #1. The connection is...

Platform: React-Native

### Description Metro currently doesn't support tree shaking out of the box. And so all `@sentry/*` dependencies are included in the final bundle. Some packages can be easily excluded using...

We have Screenshots, and we have View Hierarchy. For Mobile SR, we use VH to redact SS-based Replays - we should "backport" this functionality to the SS feature. Rationale: SS...

Platform: React-Native

This PR fixes trivial/drop-in-replacements deprecations coming from JS V7 (removed in V8). - needs https://github.com/getsentry/sentry-react-native/pull/3721

Updates the React Native integration to use the new factory functions returning plain JS object style. - needs https://github.com/getsentry/sentry-react-native/pull/3720