Skip to content

Releases: getsentry/sentry-cordova

1.3.0

25 Mar 11:06
Compare
Choose a tag to compare

Features

  • Add options for iOS: enableAppHangTracking and appHangTimeoutInterval, allowing users to define the App hang timeout or completly disabling it. (#338)

Dependencies

1.2.0

24 Oct 15:38
Compare
Choose a tag to compare

Fixes

  • Fix iOS not bundling (#316)

Dependencies

Warning, breaking changes

  • The option enableOutOfMemoryTracking is now enableWatchdogTerminationTracking. The previous name will keep working but will be removed on a major version.
  • Bump minimum supported OS versions to macOS 10.13, iOS 11.

1.1.5

22 May 15:24
Compare
Choose a tag to compare

Fixes

  • iOS compile issue(#309)

1.1.4

08 Mar 13:32
Compare
Choose a tag to compare

Dependencies

1.0.4

20 Sep 13:30
Compare
Choose a tag to compare

Fixes

1.0.3

02 May 16:25
Compare
Choose a tag to compare

Fixes

  • Add missing info.plist (#268)

1.0.2

29 Apr 15:28
Compare
Choose a tag to compare

Fixes

  • Enhance package validation and Removed Symbolic Links (#267)
  • Sentry.xcframework being excluded by npm rule (#266)

1.0.1

25 Apr 21:13
Compare
Choose a tag to compare

Fixes

  • Fix build on Mac M1 (#262)
  • Support for running with cordova-android 10 (#246)

v1.0.0

14 Apr 16:37
058d8e9
Compare
Choose a tag to compare
  • Full scope sync such that any tag, context, extra, and breadcrumb set on the JavaScript scope will be available on crashes that happen on the native (iOS/Android) layer. You can also sync down to the NDK layer on Android if you opt-in through: enableNdkScopeSync.
  • Offline event caching for Android. (already an existing feature on iOS)
  • Performance monitoring support: the Sentry Cordova SDK now supports JavaScript-layer performance monitoring and tracing, when you integrate the @sentry/tracing package. You can then start a transaction just by calling Sentry.startTransaction.
  • Session tracking and release health on Android and iOS.
  • event.origin and event.environment tags to show which layer of the app the event originated from.
  • Official support for the browser platform.

Migration

  • Deprecated setRelease and setDist; instead pass release and dist to the Sentry.init call.
  • Minimum Typescript version is now 3.0.0

v1.0.0-rc.2

24 Mar 07:57
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • fix: Remove setRelease and setDist, have auto release passed to native (#213)
  • feat: Expose startTransaction (#216)