Starting with the next major version of @sentry/capacitor, we are removing Session Replay and Profiling and shifting the SDK to a focused maintenance model centered on error and crash monitoring.
What's changing?
Going forward, @sentry/capacitor will focus on reliable error and crash reporting across iOS, Android, and Web. While we will continue to update the SDK regularly, we will no longer support Session Replay & Profiling. All other features will continue to be supported.
Why?
Capacitor's `WebView-based` architecture creates unique challenges for features like Session Replay that need to bridge the native and web layers. Rather than ship a subpar experience, we're focusing on making error monitoring rock-solid.
We're also investing heavily in sentry/react-native and sentry-dart (Flutter) as our primary cross-platform mobile SDKs — both support the full Sentry feature set including Session Replay, Profiling, and Performance Monitoring. The broader ecosystem is heading in this direction too: Ionic has discontinued its commercial products (Appflow, Identity Vault, Enterprise SDK) as of February 2025, and while Capacitor itself remains actively maintained as open source, the enterprise tooling around it is contracting.
If you need Session Replay or Profiling, we recommend migrating to one of our full-featured cross-platform SDKs: sentry/react-native or sentry-dart (Flutter).
Starting with the next major version of
@sentry/capacitor, we are removing Session Replay and Profiling and shifting the SDK to a focused maintenance model centered on error and crash monitoring.What's changing?
Going forward,
@sentry/capacitorwill focus on reliable error and crash reporting across iOS, Android, and Web. While we will continue to update the SDK regularly, we will no longer support Session Replay & Profiling. All other features will continue to be supported.Why?
Capacitor's `WebView-based` architecture creates unique challenges for features like Session Replay that need to bridge the native and web layers. Rather than ship a subpar experience, we're focusing on making error monitoring rock-solid.
We're also investing heavily in sentry/react-native and sentry-dart (Flutter) as our primary cross-platform mobile SDKs — both support the full Sentry feature set including Session Replay, Profiling, and Performance Monitoring. The broader ecosystem is heading in this direction too: Ionic has discontinued its commercial products (Appflow, Identity Vault, Enterprise SDK) as of February 2025, and while Capacitor itself remains actively maintained as open source, the enterprise tooling around it is contracting.
If you need Session Replay or Profiling, we recommend migrating to one of our full-featured cross-platform SDKs: sentry/react-native or sentry-dart (Flutter).