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

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Using the React Native SDK to Sentry.setTag("XXX", true) is producing true and True values in the Sentry UI. While we have been...

Bug
React-Native

### Problem Statement Sentry's React Native SDK does not have OOTB support for Supabase features. Supabase is famously a new service for your postgres DB, but it does much more...

Feature
React-Native

Currently breadcrumbs are only created for finished navigations, after event is dispatched and state changed.

React-Native

The ReactNavigationIntegration doesn't read dispatch action data and starts generic `Route Changed` navigation span on every dispatch. Depending on the action type the new route name can be specified in...

Improvement
React-Native

### Description Hermes offers builtin `btoa`, using it or vendoring `react-native-quick-base64`, will bring 10x+ improvement in the event processing time. ### Things to consider * Add `carrier.base64Polyfill` to clearly separate...

React-Native

### Description [https://develop.sentry.dev/sdk/telemetry/logs/](https://develop.sentry.dev/sdk/telemetry/logs/) Sentry is adding support for [structured logging](https://github.com/getsentry/sentry/discussions/86804). Let's add it to the React Native SDK! 1. Add the Public API (SDK options and methods) as per the...

React-Native
Platform: React-Native

### Description Currently the RN Docs only have a small section in the troubleshooting section about issues with promise rejections tracking. (https://docs.sentry.io/platforms/react-native/troubleshooting/#unhandled-promise-rejections) This issue focuses on creating new page which...

Platform: React-Native

### Description As mentioned in https://github.com/facebook/react-native/pull/51737 (PR fixing TS types for the mentioned functions) and https://github.com/react-native-community/discussions-and-proposals/pull/894 (RFC about removing deep RN Core imports). - https://github.com/facebook/react-native/pull/51737 - https://github.com/react-native-community/discussions-and-proposals/pull/894 ### Proposal -...

React-Native

On mobile release is automatically prefilled based on the native application metadata, `package@version+build` (for example, `[email protected]+1234`).On web, release is expected to be set manually by the user. Since Expo Web...

React-Native
Platform: React-Native