sentry-react-native
sentry-react-native copied to clipboard
Official Sentry SDK for React Native
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
## 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", }...
### Description Backlink https://github.com/getsentry/team-sdks/issues/14 ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/issues/8510 - [ ] RN integrations ```
## :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.
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...
### 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 -...
### 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 -...