Skip to content

Commit 85c9587

Browse files
committed
add migration doc
1 parent 4a59f07 commit 85c9587

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MIGRATION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,13 @@ Sentry SDK requires the fetch API to be available in the environment.
597597

598598
The `wrap` method has been removed. There is no replacement API.
599599

600+
#### Removal of `@sentry/angular-ivy` package
601+
602+
The `@sentry/angular-ivy` package has been removed. The `@sentry/angular` package now supports Ivy by default and
603+
requires at least Angular 14. If you are using Angular 13 or lower, we suggest upgrading your Angular version before
604+
migrating to v8. If you can't upgrade your Angular version to at least Angular 14, you can also continue using the
605+
`@sentry/angular-ivy@7` SDK. However, v7 of the SDKs will no longer be fully supported going forward.
606+
600607
### Server-side SDKs (Node, Deno, Bun, etc.)
601608

602609
Removed top-level exports: `enableAnrDetection`, `Anr`, `deepReadDirSync`

0 commit comments

Comments
 (0)