-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Capacitor): Add migration guide for new version (#10987)
- Loading branch information
1 parent
b2082d3
commit 58ff6df
Showing
7 changed files
with
64 additions
and
41 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
docs/platforms/javascript/guides/capacitor/migration/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Migration Guide | ||
description: "Migrate from an older version of our Sentry Capacitor SDK." | ||
sidebar_order: 8000 | ||
--- | ||
|
||
Here's a list of guides on migrating to a newer version of the Sentry Capacitor SDK. | ||
|
||
|
||
<PageGrid /> |
19 changes: 19 additions & 0 deletions
19
docs/platforms/javascript/guides/capacitor/migration/v0-to-v1/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Migrate from 0.x to 1.x | ||
sidebar_order: 8920 | ||
description: "Learn about migrating from Sentry Capacitor SDK 0.x to 1.x" | ||
--- | ||
|
||
## How to upgrade to SDK version 1: | ||
|
||
When upgrading to SDK version 1, please note the main breaking changes with Sentry Capacitor. More detailed information about breaking changes in the sibling SDKs can be found in the <PlatformLink to="/migration/v0-to-v1/v7-to-v8/">sibling migration guide</PlatformLink>. | ||
|
||
- 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`. | ||
|
||
- Capacitor V1 requires Sentry JavaScript SDK on version 8.x. We recommend reading below migration guide docs to find out how to address any breaking changes when upgrading the sibling dependencies to version 8. | ||
|
||
<PageGrid/> |
9 changes: 9 additions & 0 deletions
9
docs/platforms/javascript/guides/capacitor/migration/v0-to-v1/v7-to-v8/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Migrate from Sibling SDK 7.x to 8.x | ||
sidebar_order: 8910 | ||
description: "Learn about migrating from Sentry JavaScript SDK 7.x to 8.x" | ||
--- | ||
|
||
<Include name="../docs/platforms/javascript/common/migration/v7-to-v8/index" /> | ||
|
||
<PageGrid /> |
7 changes: 7 additions & 0 deletions
7
...rms/javascript/guides/capacitor/migration/v0-to-v1/v7-to-v8/v7-deprecations.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Deprecations in 7.x | ||
sidebar_order: 8940 | ||
description: "Learn about deprecations in Sentry JavaScript SDK 7.x and how to address them" | ||
--- | ||
|
||
<Include name="../docs/platforms/javascript/common/migration/v7-to-v8/v7-deprecations" /> |
7 changes: 7 additions & 0 deletions
7
...ascript/guides/capacitor/migration/v0-to-v1/v7-to-v8/v8-new-performance-api.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: New Tracing APIs | ||
sidebar_order: 8920 | ||
description: "Learn about new Tracing APIs in Sentry JavaScript SDK 8.x" | ||
--- | ||
|
||
<Include name="../docs/platforms/javascript/common/migration/v7-to-v8/v8-new-performance-api" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters