Releases: getsentry/sentry-capacitor
1.0.2
1.0.1
1.0.0
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 byenableWatchdogTerminationTracking
. -
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
andsetCurrentClient
.
Fixes
- Accept undefined as value for tags (#656)
Dependencies
1.0.0-rc.1
Dependencies
- Bump JavaScript SDK from v8.9.2 to v8.27.0 (#720)
- Bump Android SDK from v7.6.0 to v7.14.0 (#705, #711)
- Bump Cocoa SDK from v8.21.0 to v8.36.0 (#606, #712)
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 byenableWatchdogTerminationTracking
. -
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
1.0.0-beta.1
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 byenableWatchdogTerminationTracking
. -
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
andsetCurrentClient
.
Fixes
- Accept undefined as value for tags (#656)