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

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

## Available in https://github.com/getsentry/sentry-react-native/releases/tag/6.7.0-alpha.0 Create `sentry.options.json` in the React Native project root and set options the same as you currently have in `Sentry.init` in JS. ```json { "dsn": "https://[email protected]/value", }...

React-Native

### Description Backlink https://github.com/getsentry/team-sdks/issues/14 ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/issues/8510 - [ ] RN integrations ```

React-Native

## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context...

### Description Currently, envs like `SENTRY_DISABLE_AUTO_UPLOAD` have to be set before the build process starts. `sentry.gradle` could load `{root}/.env` and `{root}/android/.env` to make setting envs easier for users.

Type: Feature Request
Platform: React-Native

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
javascript

### Description This issue will contain an overview of the work done in RN SDK related to Starfish. ```[tasklist] ### Done - [ ] https://github.com/getsentry/sentry-react-native/pull/3588 - [ ] https://github.com/getsentry/sentry-react-native/pull/3654 -...

Platform: React-Native

### Description React Native SDK currently supports linked exceptions using [`cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) but doesn't support [AggregateError](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError). ```[tasklist] ### Blocked by - [ ] https://github.com/getsentry/sentry/issues/59679#issuecomment-1920193704 ``` ### Related information - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause -...

Platform: React-Native
Blocked