Skip to content

Releases: getsentry/sentry-react-native

1.0.4

04 Sep 12:41
Compare
Choose a tag to compare
  • Also catch ClassCastException to support react-native versions < 0.60 (#651)

1.0.3

04 Sep 10:06
Compare
Choose a tag to compare
  • Expose BrowserIntegrations to change browser integrations (#639)

1.0.2

04 Sep 09:46
Compare
Choose a tag to compare
  • Fixes breadcrumb.data cast if it's not a hashmap (#651)

1.0.1

02 Sep 14:50
Compare
Choose a tag to compare
  • Fixed typo in RNSentry.m (#658)

1.0.0

02 Sep 12:30
Compare
Choose a tag to compare

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"
});

1.0.0-beta.7

01 Aug 09:29
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release
Tag for release: 1.0.0-beta.7

1.0.0-beta.6

31 Jul 12:07
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release
Tag for release: 1.0.0-beta.6

1.0.0-beta.5

31 Jul 08:41
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
Tag for release: 1.0.0-beta.5

1.0.0-beta.4

25 Jul 09:12
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
Tag for release: 1.0.0-beta.4

1.0.0-beta.3

18 Jul 12:51
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
Tag for release: 1.0.0-beta.3