Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
2.0.2
2.0.1
2.0.0
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
1.9.0
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
- 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
- fix: Use
LogBox
instead ofYellowBox
if possible. #989 - fix: Don't add
DeviceContext
default integration ifenableNative
is set tofalse
. #993 - fix: Don't log "Native Sentry SDK is disabled" if
enableNativeNagger
is set tofalse
. #993 - feat: Migrate to
@sentry/react
from@sentry/browser
and exposeErrorBoundary
& the redux enhancer. #1005