diff --git a/README.md b/README.md index 3afd9ba71aa3..7652c201b21d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ package. Please refer to the README and instructions of those SDKs for more deta integrations for Express - [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular): Browser SDK with Angular integration enabled +- [`@sentry/angular-ivy`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy): Browser SDK with + Angular integration enabled including native support for Angular's Ivy rendering engine. - [`@sentry/ember`](https://github.com/getsentry/sentry-javascript/tree/master/packages/ember): Browser SDK with Ember integration enabled - [`@sentry/react`](https://github.com/getsentry/sentry-javascript/tree/master/packages/react): Browser SDK with React diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index a02cf781a9ae..c96f89420559 100644 --- a/packages/angular-ivy/README.md +++ b/packages/angular-ivy/README.md @@ -6,16 +6,16 @@ # Official Sentry SDK for Angular with Ivy Compatibility +[![npm version](https://img.shields.io/npm/v/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy) +[![npm dm](https://img.shields.io/npm/dm/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy) +[![npm dt](https://img.shields.io/npm/dt/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy) + ## Links - [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/) ## Angular Version Compatibility -**Note**: This SDK is still experimental and not yet stable. -We do not yet make guarantees in terms of breaking changes, version compatibilities or semver. -Please open a Github issue if you experience bugs or would like to share feedback. - This SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy. If you're using Angular 10, 11 or a newer Angular version with View Engine instead of Ivy, please use [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/blob/develop/packages/angular/README.md). diff --git a/packages/angular/README.md b/packages/angular/README.md index dd288b4951a4..b03b24195fb0 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -6,6 +6,10 @@ # Official Sentry SDK for Angular +[![npm version](https://img.shields.io/npm/v/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular) +[![npm dm](https://img.shields.io/npm/dm/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular) +[![npm dt](https://img.shields.io/npm/dt/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular) + ## Links - [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/)