Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
1.3.0
- Bump
io.sentry:sentry-android:2.0.0-rc04
- Added support for Hermes runtime!!
- Fixed a lot of issues on Android
- NDK support
1.2.2
- fix(android): Crash if stacktrace.frames is empty (#742)
1.2.1
- Bump
io.sentry:sentry-android:1.7.29
1.2.0
- Bump
@sentry/*
to ^5.10.0
- Allow overriding sentry.properties location (#722)
1.1.0
- Bump
@sentry/*
to ^5.9.0
- fix(android): Feedback not working (#706)
- fix(types): Fix type mismatch when copying breadcrumb
type
(#693)
1.0.9
- Fixed an issue where breadcrumbs failed to be copied correctly
1.0.8
- Fix missing
type
, miscast status_code
entries in Android breadcrumbs
1.0.7
- Store
environment
, release
& dist
on native iOS and Android clients in case of an native crash
1.0.6
- Fix error message to guide towards correct docs page
1.0.5
- Convert
message
in Java to string if it's a map (#653)