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
toio.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