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

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

Improvement
React-Native

### Description The native SDK can give users information about `crashedLastRun` but RN SDK doesn't have such a feature. It might be useful for RN devs too. Some user patched...

Type: Feature Request
Platform: React-Native

### Description https://github.com/Triple-T/gradle-play-publisher Relates to https://github.com/getsentry/sentry-react-native/issues/2904

Type: Feature Request
Platform: React-Native

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript
Stale

### Description This is an umbrella issue for all issues and PRs related to the work on supporting mixed stack traces in React Native. ```[tasklist] ### MVP - [ ]...

Platform: React-Native

### Description Currently, we are using the plain JS hash as the Debug ID. Which doesn't differentiate between plain JS and Hermes bundles. For Hermes Bundles we can use the...

Platform: React-Native

### Description Currently, we send components stack as reported by React: ``` in div (created by HomeScreen) in ErrorBoundary (created by HomeScreen) in RCTScrollContentView (created by ScrollView) in RCTScrollView (created...

Type: Feature Request
Platform: React-Native

### Problem Statement - The "Getting Started" documentation for sentry-react-native platforms may not conform to the newly defined format, which includes the steps "Install", "Configure", "Verify", and the optional "Next...

Platform: React-Native

Currently, the [tunnel ](https://docs.sentry.io/platforms/react-native/configuration/options/#tunnel) config option does not work as it does for the browser SDK, even tho is advertised in our react native docs. Could we enable this functionality...

Blocked
Feature
React-Native

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

Type: Feature Request
Platform: React-Native
Blocked