diff --git a/README.md b/README.md index a5e53493..1e998d16 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he ## Installation ```bash -yarn add @sentry/capacitor @sentry/angular --exact +#Angular 12 and newer: +npm install --save @sentry/capacitor @sentry/angular-ivy + +#Angular 10 and 11: +npm install --save @sentry/capacitor @sentry/angular ``` ## Usage diff --git a/package.json b/package.json index 1672cb66..00f7234f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "license": "MIT", "peerDependencies": { "@capacitor/core": ">=3.0.0", - "@sentry/angular": "7.64.0", "@sentry/react": "7.64.0", "@sentry/vue": "7.64.0" },