Skip to content

Commit b304798

Browse files
lucas-zimermankrystofwoldrich
authored andcommitted
ref(Capacitor): Update migration guide (#13909)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* This PR adds a mention on the drop support for Capacitor 5 and older, also mentions the new required self-hosted version in order to use the new SDK. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --------- Co-authored-by: Krystof Woldrich <[email protected]>
1 parent 8ab2936 commit b304798

File tree

1 file changed

+7
-0
lines changed
  • docs/platforms/javascript/guides/capacitor/migration/v1-to-v2

1 file changed

+7
-0
lines changed

docs/platforms/javascript/guides/capacitor/migration/v1-to-v2/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Version 2 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
1414

1515
In preparation for v2 of the OpenTelemetry SDK, the minimum required TypeScript version is increased to version `5.0.4`.
1616

17+
### Dropping Support for Capacitor 5 and Earlier
18+
19+
To ensure the best experience with the latest Capacitor features, support for Capacitor 5 and earlier will be discontinued starting with version 2.0. We recommend upgrading to Capacitor 6 or later. If you need to continue using older Capacitor versions, please stick with Sentry Capacitor SDK v1.
20+
21+
### Self-Hosted Sentry Compatibility
22+
23+
Beginning with version 2.0.0, the Sentry Capacitor SDK will only support self-hosted Sentry instances version 25.2.0 and above. This change does not affect users of `sentry.io`.
1724

1825
## How to upgrade to SDK version 2:
1926

0 commit comments

Comments
 (0)