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

Currently RN release health is powered by the native layers. That is: `sentry-android` for Android and `sentry-cocoa` for iOS and macOS. For Windows, we have no native layer, so only...

release-health
Feature
React-Native

By default, the Sentry auth token is added to source control in multiple ways: - ./ios/sentry.properties and ./android/sentry.properties - In our case, added to `fastfile` in the `upload_symbols_to_sentry` step The...

Type: Feature Request
security
Platform: Docs
Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

Any plans to support a React Native FullStory integration akin to https://github.com/getsentry/sentry-fullstory ?

Type: Feature Request
Hacktoberfest 🎃
Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

When using https://reactnative.dev/docs/ram-bundles-inline-requires line numbers may be mismatched, the reason is unknown, could be that RN generates already mismatched line numbers or Sentry symbolication do it wrongly. Removing `extraPackagerArgs: ["--indexed-ram-bundle"]`...

Type: :beetle: Bug
Status: Backlog
RAM
Platform: React-Native

The JS SDK appends the stack trace to a [top-level property](https://develop.sentry.dev/sdk/event-payloads/stacktrace/) instead of the `threads` interface. It works on iOS because the event is sent as it is. It fails...

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

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? @sentry/react-native 3.2.13 ### Steps to Reproduce I need to report inner error when throwing exceptions, and...

Type: :beetle: Bug
Platform: React-Native

https://github.com/getsentry/sentry-react-native/blob/4f97e940a96576457cd7a5b0c7acf884768ded07/src/js/integrations/debugsymbolicator.ts#L69-L74 Android now supports Contexts

Status: Backlog
Effort: Small
Impact: Small
Platform: React-Native

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? e.g: Sentry React Native 3.3.3 ### Steps to Reproduce Sample code: ```js import { StatusBar }...

Type: :beetle: Bug
Platform: React-Native

The native SDKs could have a span creation callback that would be leverage by hybrid SDKs such as RN. In the event of span/transaction creation, the hybrid layer would listen...

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

## :loudspeaker: Type of change - [x] Bugfix ## :scroll: Description Added a `replacer` for some `JSON.serialize` calls, to avoid unprotected throws due to circular constructs. ## :bulb: Motivation and...

Status: Backlog