Skip to content

Releases: getsentry/sentry-react-native

2.0.2

20 Nov 11:24
551bfac
Compare
Choose a tag to compare
  • build(ios): Bump sentry-cocoa to 6.0.9 #1200

2.0.1

19 Nov 09:53
Compare
Choose a tag to compare
  • build(ios): Bump sentry-cocoa to 6.0.8. #1188
  • fix(ios): Remove private imports and call storeEnvelope on the client. #1188
  • fix(ios): Lock specific version in podspec. #1188
  • build(android): Bump sentry-android to 3.1.3. #1177
  • build(deps): Bump @sentry/javascript deps to version-locked 5.27.4 #1199

2.0.0

30 Oct 10:33
Compare
Choose a tag to compare

Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using
sentry.io nothing will change and no action is needed.

See the Migration guide for more details: https://docs.sentry.io/platforms/react-native/migration/
There shouldn't any code changes necessary.

  • build(android): Changes android package name from io.sentry.RNSentryPackage to io.sentry.react.RNSentryPackage (Breaking). #1131
  • fix: As auto session tracking is now on by default, allow user to pass false to disable it. #1131
  • build: Bump sentry-android to 3.1.0. #1131
  • build: Bump sentry-cocoa to 6.0.3. #1131
  • feat(ios): Use captureEnvelope on iOS/Mac. #1131
  • feat: Support envelopes with type other than event. #1131
  • feat(android): Add enableNdkScopeSync property to ReactNativeOptions. #1131
  • feat(android): Pass attachStacktrace option property down to android SDK. #1131
  • build(js): Bump @sentry/javascript dependencies to 5.27.1. #1156

1.9.0

09 Oct 10:37
Compare
Choose a tag to compare
  • fix: Only show the "Native Sentry SDK is disabled" warning when enableNative is false and enableNativeNagger is true. #1084
  • build: Bump @sentry/javascript dependencies to 5.25.0. #1118

1.8.2

18 Sep 14:20
Compare
Choose a tag to compare
  • build: Bump @sentry/javascript dependencies to 5.24.2 #1091
  • fix: Add a check that performance exists before using it. #1091

1.8.1

18 Sep 10:52
Compare
Choose a tag to compare
  • build: Bump @sentry/javascript dependencies to 5.24.1 #1088
  • fix: Fix timestamp offset issues due to issues with performance.now() introduced in React Native 0.63. #1088

1.8.0

17 Sep 09:09
Compare
Choose a tag to compare
  • feat: Support MacOS #1068
  • build: Bump @sentry/javascript dependencies to 5.23.0 #1079
  • fix: Only call native deviceContexts on iOS #1061
  • fix: Don't send over Log and Critical levels over native bridge #1063

1.7.2

26 Aug 09:04
Compare
Choose a tag to compare
  • meta: Move from Travis CI to Github Actions #1019
  • ref: Drop TSLint in favor of ESLint #1023
  • test: Add basic end-to-end tests workflow #945
  • Bump: sentry-android to v2.3.1 #1041

1.7.1

31 Jul 18:01
Compare
Choose a tag to compare
  • build: Bump sentry-cocoa to 5.2 #1011
  • fix: App Store submission for Mac apps getsentry/sentry-cocoa#635
  • fix: Use the release and dist set in init options over native release #1009
  • fix: assign default options before enableNative check #1007

1.7.0

28 Jul 15:25
Compare
Choose a tag to compare
  • fix: Use LogBox instead of YellowBox if possible. #989
  • fix: Don't add DeviceContext default integration if enableNative is set to false. #993
  • fix: Don't log "Native Sentry SDK is disabled" if enableNativeNagger is set to false. #993
  • feat: Migrate to @sentry/react from @sentry/browser and expose ErrorBoundary & the redux enhancer. #1005