Skip to content

Releases: getsentry/sentry-capacitor

1.0.2

18 Nov 12:42
709bb39
Compare
Choose a tag to compare

Fixes

  • options normalizeDepth and normalizeMaxBreadth are now being respected when adding a breadcrumb. (#766)
  • Add missing withActiveSpan and suppressTracing exports from @sentry/core (#776)
  • CommonJS build does not contain ESM code anymore (#773)

Dependencies

1.0.1

07 Oct 14:18
Compare
Choose a tag to compare

Dependencies

1.0.0

23 Sep 16:59
Compare
Choose a tag to compare

How to Upgrade to Version 1:

  • Angular minimum supported version changed to version 14, upgrade to Angular 14 or higher for using the latest SDK.

  • When using the package @sentry/angular-ivy, you will need to replace it by @sentry/angular.

  • enableOutOfMemoryTracking was removed and replaced by enableWatchdogTerminationTracking.

  • This release bumps the dependency for the JavaScript SDK from v7 to v8. We recommend reading the
    migration guide docs to find out
    how to address any breaking changes in your code for your specific platform or framework.

To automate upgrading to v8 as much as possible, use our migration codemod @sentry/migr8:

npx @sentry/migr8@latest

All deprecations from the v7 cycle, with the exception of getCurrentHub(), have been removed and can no longer be used
in v8. If you have an advanced Sentry SDK setup, we additionally recommend reading the
in-depth migration guide in our repo which highlights all changes with additional details and
information.

Features

  • Support for Angular 18 (#675)
  • Add close function on @sentry/capacitor (#664)
  • Expose getClient on @sentry/capacitor (#664)
  • Add the following functions to @sentry/capacitor (#666)
    • flush, getActiveSpan, spanToJSON, spanIsSampled, setMeasurement, getGlobalScope and setCurrentClient.

Fixes

  • Accept undefined as value for tags (#656)

Dependencies

1.0.0-rc.1

04 Sep 17:23
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Dependencies

How to Upgrade to Version 1:

  • Angular minimum supported version changed to version 14, upgrade to Angular 14 or higher for using the latest SDK.

  • When using the package @sentry/angular-ivy, you will need to replace it by @sentry/angular.

  • enableOutOfMemoryTracking was removed and replaced by enableWatchdogTerminationTracking.

  • This release bumps the dependency for the JavaScript SDK from v7 to v8. We recommend reading the
    migration guide docs to find out
    how to address any breaking changes in your code for your specific platform or framework.

To automate upgrading to v8 as much as possible, use our migration codemod @sentry/migr8:

npx @sentry/migr8@latest

All deprecations from the v7 cycle, with the exception of getCurrentHub(), have been removed and can no longer be used
in v8. If you have an advanced Sentry SDK setup, we additionally recommend reading the
in-depth migration guide in our repo which highlights all changes with additional details and
information.

0.19.0

04 Sep 20:05
Compare
Choose a tag to compare

Dependencies

1.0.0-beta.1

05 Aug 11:54
8360938
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

How to Upgrade to Version 1:

  • Angular minimum supported version changed to version 14, upgrade to Angular 14 or higher for using the latest SDK.

  • When using the package @sentry/angular-ivy, you will need to replace it by @sentry/angular.

  • enableOutOfMemoryTracking was removed and replaced by enableWatchdogTerminationTracking.

  • This release bumps the dependency for the JavaScript SDK from v7 to v8. We recommend reading the
    migration guide docs to find out
    how to address any breaking changes in your code for your specific platform or framework.

To automate upgrading to v8 as much as possible, use our migration codemod @sentry/migr8:

npx @sentry/migr8@latest

All deprecations from the v7 cycle, with the exception of getCurrentHub(), have been removed and can no longer be used
in v8. If you have an advanced Sentry SDK setup, we additionally recommend reading the
in-depth migration guide in our repo which highlights all changes with additional details and
information.

Features

  • Support for Angular 18 (#675)
  • Add close function on @sentry/capacitor (#664)
  • Expose getClient on @sentry/capacitor (#664)
  • Add the following functions to @sentry/capacitor (#666)
    • flush, getActiveSpan, spanToJSON, spanIsSampled, setMeasurement, getGlobalScope and setCurrentClient.

Fixes

  • Accept undefined as value for tags (#656)

Dependencies

0.18.0

22 May 13:45
Compare
Choose a tag to compare

Features

  • Support Capacitor 6 (#651)

Dependencies

0.17.0

25 Mar 10:16
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. (#602)

Fixes

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

Dependencies

0.16.0

05 Mar 13:16
Compare
Choose a tag to compare

Features

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

Dependencies

0.15.1

30 Jan 18:05
Compare
Choose a tag to compare

Fixes

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

Dependencies