Migrating from react-native-sentry
If you are upgrading from an earlier version of react-native-sentry you should unlink the package to ensure the generated code is updated to the latest version:
Copied
react-native unlink react-native-sentryAfter that remove react-native-sentry from your package.json:
Copied
npm uninstall react-native-sentry --save
# or
yarn remove react-native-sentryFrom there you can follow the standard installation instructions for @sentry/react-native.
You can edit this page on GitHub.
- Package:
- npm:@sentry/react-native
- Version:
- 1.8.2
- Repository:
- https://github.com/getsentry/sentry-react-native