Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
5.7.1
Dependencies
- Bump Android SDK from v6.25.0 to v6.25.1 (#3179)
5.7.0
Fixes
- Filter beforeSendTransaction from the Native SDK (#3140)
Features
- Use
android.namespace
for AGP 8 and RN 0.73 (#3133)
Dependencies
- Bump JavaScript SDK from v7.54.0 to v7.57.0 (#3119, #3153)
- Bump CLI from v2.18.1 to v2.19.4 (#3124, #3151)
- Bump Android SDK from v6.22.0 to v6.25.0 (#3127, #3163)
- Bump Cocoa SDK from v8.7.3 to v8.8.0 (#3123)
5.6.0
Features
- Overwrite Expo bundle names in stack frames (#3115)
- This enables source maps to resolve correctly without using
sentry-expo
package
Fixes
- Disable
enableNative
if Native SDK is not available (#3099)
- Dynamically resolve
collectModulesScript
path to support monorepos (#3092)
- Native wrapper methods don't throw disabled error after re-initializing (#3093)
Dependencies
- Bump JavaScript SDK from v7.52.0 to v7.54.0 (#3071, #3088, #3094)
- Bump Android SDK from v6.18.1 to v6.22.0 (#3086, #3075)
- Bump Cocoa SDK from v8.7.1 to v8.7.3 (#3076)
- Bump CLI from v2.17.5 to v2.18.1 (#3082)
5.5.0
Features
- Add
expo
, react_native_version
and hermes_version
to React Native Context (#3050)
Dependencies
- Bump JavaScript SDK from v7.51.1 to v7.52.0 (#3054, #3068)
- Bump Cocoa SDK from v8.6.0 to v8.7.1 (#3056, #3067)
5.4.2
Fixes
- Fix
event.origin
and event.environment
on unhandled exception (#3041)
- Don't pass
enableTracing
from RN to sentry-cocoa
options (#3042)
- Only store envelopes of fatal crashes on iOS (#3051)
Dependencies
- Bump JavaScript SDK from v7.50.0 to v7.51.1 (#3043, #3053)
4.15.2
Fixes
- Only store envelopes of fatal crashes on iOS (#3051)
5.4.1
Fixes
- Store envelopes immediately during a fatal crash on iOS (#3031)
- Do not overwrite
_metadata
option by default sdkInfo
(#3036)
Dependencies
- Bump JavaScript SDK from v7.49.0 to v7.50.0 (#3035)
- Bump Cocoa SDK from v8.5.0 to v8.6.0 (#3023)
- Bump Android SDK from v6.17.0 to v6.18.1 (#3017)
- Bump CLI from v2.17.4 to v2.17.5 (#3024)
4.15.1
Fixes
- Store envelopes immediately during a fatal crash on iOS (#3030)
5.4.0
Features
- Add TS 4.1 typings (#2995)
- TS 3.8 are present and work automatically with older projects
- Add CPU Info to Device Context (#2984)
Fixes
- Allow disabling native on RNNA (#2978)
- iOS Autolinking for RN 0.68 and older (#2980)
- Clean up
modules.json
when building bundles (#3008)
- Only include Screenshots and View Hierarchy for iOS and Mac Catalyst builds (#3007)
- Breadcrumbs from Native SDKs are created with timestamps in seconds (#2997)
addBreadcrumb
converts converts non object data to { value: data }
(#2997)
Dependencies
- Bump JavaScript SDK from v7.47.0 to v7.49.0 (#2975, #2988)
- Bump Cocoa SDK from v8.4.0 to v8.5.0 (#2977)
- Bump CLI from v2.17.1 to v2.17.4 (#2966, #2982, #2987)
5.3.1
Fixes
- Disable
enableNativeCrashHandling
and enableAutoPerformanceTracing
on Apple (#2936)
- Mac Catalyst builds successfully
sentry.gradle
Gracefully skip modules collecting if the script doesn't exist (#2952)
Dependencies
- Bump JavaScript SDK from v7.45.0 to v7.47.0 (#2946, #2958)
- Bump Android SDK from v6.16.0 to v6.17.0 (#2948)
- Bump Cocoa SDK from v8.3.3 to v8.4.0 (#2954)
- Bump CLI from v2.16.1 to v2.17.1 (#2957, #2964)