---
title: "Migrate from 0.x to 1.x"
description: "Learn about migrating from Sentry Capacitor SDK 0.x to 1.x"
url: https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/v0-to-v1/
---

# Migrate from 0.x to 1.x | Sentry for Capacitor

## [How to upgrade to SDK version 1:](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/v0-to-v1.md#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 [sibling migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/v0-to-v1/v7-to-v8.md).

* 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.

- #### [Migrate from Sibling SDK 7.x to 8.x](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/v0-to-v1/v7-to-v8.md)

  Learn about migrating from Sentry JavaScript SDK 7.x to 8.x

## Pages in this section

- [Migrate from Sibling SDK 7.x to 8.x](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/v0-to-v1/v7-to-v8.md)
