Skip to content

Commit 5a77502

Browse files
committed
add experimental note
1 parent 1175962 commit 5a77502

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/angular-ivy/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
## Links
1010

1111
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/)
12-
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
1312

1413
## Angular Version Compatibility
1514

16-
The latest version of this SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy.
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+
19+
This SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy.
1720

1821
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).
1922

0 commit comments

Comments
 (0)