Skip to content

Releases: getsentry/sentry-react-native

5.7.1

12 Jul 17:49
Compare
Choose a tag to compare

Dependencies

5.7.0

12 Jul 13:23
Compare
Choose a tag to compare

Fixes

  • Filter beforeSendTransaction from the Native SDK (#3140)

Features

  • Use android.namespace for AGP 8 and RN 0.73 (#3133)

Dependencies

5.6.0

14 Jun 12:01
Compare
Choose a tag to compare

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

5.5.0

16 May 08:34
Compare
Choose a tag to compare

Features

  • Add expo, react_native_version and hermes_version to React Native Context (#3050)

Dependencies

5.4.2

09 May 13:20
Compare
Choose a tag to compare

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

4.15.2

09 May 09:37
Compare
Choose a tag to compare

Fixes

  • Only store envelopes of fatal crashes on iOS (#3051)

5.4.1

03 May 14:16
Compare
Choose a tag to compare

Fixes

  • Store envelopes immediately during a fatal crash on iOS (#3031)
  • Do not overwrite _metadata option by default sdkInfo (#3036)

Dependencies

4.15.1

03 May 09:42
Compare
Choose a tag to compare

Fixes

  • Store envelopes immediately during a fatal crash on iOS (#3030)

5.4.0

26 Apr 10:34
Compare
Choose a tag to compare

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

5.3.1

13 Apr 11:12
Compare
Choose a tag to compare

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