Sentry Capacitor Versions Save

The official Sentry SDK for Capacitor

0.17.0

1 month ago

Features

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

Fixes

  • Native integration would not properly disable when no DSN was provided (#584)

Dependencies

0.16.0

2 months ago

Features

  • Add option for iOS: enableCaptureFailedRequests. Allowing users to ignore native Http Request errors. (#585)

Dependencies

0.15.1

3 months ago

Fixes

  • Vue projects weren't able to reference the VUE app (#559)

Dependencies

0.15.0

5 months ago

Features

  • Expose Replay and BrowserTracing on @sentry/capacitor (#489)

Fixes

  • Fixed sourcemaps for stacktraces other than localhost (#494)

Dependencies

0.14.0

7 months ago

Features

  • Add Native Release information if not defined by the user (#480)

    The release data comes from the following parameters: Android

    • release: PackageInfo.packageName + PackageInfo.versionName + PackageInfo.versionCode
    • dist: PackageInfo.versionCode

    iOS:

    • release: CFBundleIdentifier + CFBundleShortVersionString + CFBundleVersion
    • dist: CFBundleVersion

Fixes

  • op and breadcrumb errors on Android (#478)
  • Add sentry-angular-ivy to optional dependencies (#469)
  • (iOS) UI API called on a background thread (#448)
  • enableWatchdogTerminationTracking (replaces enableOutOfMemoryTracking) is now properly set on iOS. (#454)

Dependencies

0.13.0-beta.1

7 months ago

Fixes

  • (iOS) UI API called on a background thread (#448)
  • enableWatchdogTerminationTracking (replaces enableOutOfMemoryTracking) is now properly set on iOS. (#454)

Dependencies

  • Bump Sentry javascript 7.70.0-beta.1 (#466)

0.12.3

8 months ago

Fixes

  • Fix error when serializing objects with circular referencing (#438)

Dependencies

0.12.2

9 months ago

This release does not include changes. It only fixes NPM's latest pointer to correctly point to version 12.x instead of 11.x.

0.11.5

9 months ago

Fixes

  • Removed promise and wizard from dependencies (#400) - special thanks to @olivier-blanc-openit

Dependencies

  • Bump Sentry Android SDK to 6.19.0 (#406)
  • Bump sentry-cocoa SDK to 8.8.0 (#397)
    • changelog
    • diff
    • Improved capacitor plugin file (added weak self, updated workaround from sentry-react-native)
  • Bump Sentry JavaScript SDK to 7.56.0 (#398)

0.12.1

11 months ago

Dependencies