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

https://github.com/react-native-tvos/react-native-tvos https://reactnative.dev/docs/building-for-tv It might work OOTB but it's never tested I guess. Ideally, we'd create an empty project and test it out first and find out if there are any...

React-Native

Add option `attachScreenshot` that when opt in, attached a screenshot on error events.

Type: Feature Request
Status: Backlog
Effort: Medium
Impact: Medium
Platform: React-Native

Fixes #2362 ## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Adds a `attachScreenshot` option...

Status: Backlog

We'd like to avoid issues such as https://github.com/getsentry/sentry-react-native/issues/2353#issuecomment-1181732588 Ideally we'd compile a sample app with Sentry as a dynamic library.

repository maintenance
Status: Backlog
Effort: Medium
Impact: Medium
Platform: React-Native

Currently when set a `tracesSampleRate` or `tracesSampler`. It's not sync into native during initNativeSdk. However if I set `autoInitializeNativeSdk` to false. The frame data from `RNSentryModule` will be lost because...

Type: :beetle: Bug
performance
Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/[email protected] ### Steps to Reproduce Run the app. ### Expected Result There should be one of...

Type: :beetle: Bug
Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

https://github.com/getsentry/sentry-react-native/blob/main/sentry.gradle Similar to https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/.github/workflows/test-publish-dry-run.yaml

repository maintenance
React-Native

### Environment ``` "react-native": "0.67.4" "@sentry/react-native": "3.4.0" ``` build.gradle ``` project.ext.react = [ enableHermes: true, bundleInBeta: true, devDisabledInBeta: true, bundleInProd: true, devDisabledInProd: true, bundleInDemo: true, devDisabledInDemo: true ] apply from:...

Type: :beetle: Bug
hermes
Status: Backlog
source-maps
Effort: Medium
Impact: Small
Platform: React-Native

The native SDKs (sentry-android, sentry-cocoa) added support to Attachments. The [spec is in the develop docs](https://develop.sentry.dev/sdk/features/#attachments). Thumbs up if this is the feature you've been waiting for.

Type: Feature Request
Status: Backlog
Platform: React-Native

Problem: Some events don't get every frame symbolicated, but only a subset of it, not for every event. Repro: Not using Hermes Using RAM bundles with default parameter only `bundleCommand:...

Status: Backlog
RAM
Effort: Large
Impact: Medium
Platform: React-Native