JSPM

@sentry/react-native

1.0.0-beta.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 759562
  • Score
    100M100P100Q187837F
  • License MIT

Official Sentry SDK for react-native

Package Exports

  • @sentry/react-native

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sentry/react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


Sentry SDK for React Native

Travis npm version npm dm npm dt deps deps dev deps peer

Requirements:

  • react-native >= 0.38 for iOS
  • react-native >= 0.41 for Android
  • react-native-sentry >= 0.39.0 requires react-native >= 0.56.0
  • sentry-cli >= 1.9.0 (brew install getsentry/tools/sentry-cli)

With this SDK, Sentry is now able to provide mixed stacktraces. This means that if a JavaScript call causes a crash in native code, you will see the last call from JavaScript before the crash. This also means that with the new SDK, native crashes are properly handled on iOS.

Additional device information

When using this library you will get a lot more information about the device surrounding your crashes.

Without native integration Raven js only

With native integration Enriched Additional

Mixed Stacktraces(1) Mixed Stacktrace

Documentation

https://docs.sentry.io/clients/react-native/

(1)only supported on iOS