Skip to content

Commit 2902341

Browse files
committed
chore(angular-ivy): Update Readmes
1 parent fd45178 commit 2902341

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ package. Please refer to the README and instructions of those SDKs for more deta
5252
integrations for Express
5353
- [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular): Browser SDK with
5454
Angular integration enabled
55+
- [`@sentry/angular-ivy`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy): Browser SDK with
56+
Angular integration enabled including native support for Angular's Ivy rendering engine.
5557
- [`@sentry/ember`](https://github.com/getsentry/sentry-javascript/tree/master/packages/ember): Browser SDK with Ember
5658
integration enabled
5759
- [`@sentry/react`](https://github.com/getsentry/sentry-javascript/tree/master/packages/react): Browser SDK with React

packages/angular-ivy/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
# Official Sentry SDK for Angular with Ivy Compatibility
88

9+
[![npm version](https://img.shields.io/npm/v/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy)
10+
[![npm dm](https://img.shields.io/npm/dm/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy)
11+
[![npm dt](https://img.shields.io/npm/dt/@sentry/angular-ivy.svg)](https://www.npmjs.com/package/@sentry/angular-ivy)
12+
913
## Links
1014

1115
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/)
1216

1317
## Angular Version Compatibility
1418

15-
**Note**: This SDK is still experimental and not yet stable.
16-
We do not yet make guarantees in terms of breaking changes, version compatibilities or semver.
17-
Please open a Github issue if you experience bugs or would like to share feedback.
18-
1919
This SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy.
2020

2121
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).

packages/angular/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
# Official Sentry SDK for Angular
88

9+
[![npm version](https://img.shields.io/npm/v/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular)
10+
[![npm dm](https://img.shields.io/npm/dm/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular)
11+
[![npm dt](https://img.shields.io/npm/dt/@sentry/angular.svg)](https://www.npmjs.com/package/@sentry/angular)
12+
913
## Links
1014

1115
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/)

0 commit comments

Comments
 (0)