Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
1.6.3
- feat: Touch events take Regex for ignoreNames & add tests #973
1.6.2
- fix: Don't prefix app:/// to "native" filename as well #957
- feat: Add sdk_info to envelope header on Android. #958
1.6.0
- feat: Log component tree with all touch events #952
- fix: Fix appending app:/// prefix to [native code] #946
- Bump
@sentry/*
to ^5.19.0
- Bump
sentry-cocoa
5.1.6
1.5.0
- feat: Track touch events as breadcrumbs #939
- fix: Serialize the default user keys in setUser #926
- Bump android 2.2.0 #942
- fix(android): Fix unmapped context keys being overwritten on Android.
1.4.5
- fix: Fix Native Wrapper not checking enableNative setting #919
1.4.4
- Bump cocoa 5.1.4
- fix(ios): We only store the event in release mode #917
1.4.3
- Extend Scope methods to set native scope too. #902
- Bump android 2.1.6
- Bump
@sentry/*
to ^5.16.1
- Bump cocoa 5.1.3
1.4.2
- Bump android 2.1.4 #891
- Expose session timeout. #887
- Added
event.origin
and event.environment
tags to determine where events originate from. #890
1.4.1
- Filtered out
options
keys passed to init
that would crash native. #885