npm @sentry/react-native 1.0.0

latest releases: 4.8.0, 5.0.0-alpha.7, 4.7.1...
4 years ago

This is a new major release of the Sentry's React Native SDK rewritten in TypeScript.
This SDK is now unified with the rest of our JavaScript SDKs and published under a new name @sentry/react-native.
It uses @sentry/browser and both sentry-cocoa and sentry-android for native handling.

This release is a breaking change an code changes are necessary.

New way to import and init the SDK:

import * as Sentry from "@sentry/react-native";

Sentry.init({
  dsn: "DSN"
});

Don't miss a new react-native release

NewReleases is sending notifications on new releases.