Skip to content

Commit 06668dc

Browse files
mention capacitor support and drop beta mention
1 parent 0947ab4 commit 06668dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/platforms/javascript/guides/capacitor/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pnpm add @sentry/capacitor @sentry/browser
7979

8080
### Angular Version Compatibility
8181

82-
In its current beta version, the Sentry Capacitor SDK only supports Angular 14 and newer.
82+
Currently, the Sentry Capacitor SDK only supports Angular 14 and newer.
8383

8484
If you're using an older version of Angular, you also need to use an older version of the SDK. See the table below for compatibility guidance:
8585

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Version 2 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
1515
In preparation for v2 of the OpenTelemetry SDK, the minimum required TypeScript version is increased to version `5.0.4`.
1616

1717

18+
### Dropping Support for Capacitor 5 and Earlier
19+
20+
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.
21+
22+
### Self-Hosted Sentry Compatibility
23+
24+
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`.
25+
1826
## How to upgrade to SDK version 2:
1927

2028
- Capacitor version 2 depends on Sentry JavaScript SDK version 9. We recommend reading below [migration guide](#sibling-migration-guide) docs to find out how to address any breaking changes when upgrading the sibling SDKs.

0 commit comments

Comments
 (0)