@@ -576,6 +576,8 @@ Removed top-level exports: `Offline`, `makeXHRTransport`, `BrowserTracing`, `wra
576
576
- [ Removal of Offline integration] ( ./MIGRATION.md#removal-of-the-offline-integration )
577
577
- [ Removal of ` makeXHRTransport ` transport] ( ./MIGRATION.md#removal-of-makexhrtransport-transport )
578
578
- [ Removal of ` wrap ` method] ( ./MIGRATION.md#removal-of-wrap-method )
579
+ - [ Removal of ` @sentry/angular-ivy ` package] ( ./MIGRATION.md#removal-of-sentryangular-ivy-package )
580
+ - [ Deprecation of ` @sentry/replay ` package] ( ./MIGRATION.md#deprecation-of-sentryreplay-package )
579
581
580
582
#### Removal of the ` BrowserTracing ` integration
581
583
@@ -604,6 +606,11 @@ requires at least Angular 14. If you are using Angular 13 or lower, we suggest u
604
606
migrating to v8. If you can't upgrade your Angular version to at least Angular 14, you can also continue using the
605
607
` @sentry/angular-ivy@7 ` SDK. However, v7 of the SDKs will no longer be fully supported going forward.
606
608
609
+ #### Deprecation of ` @sentry/replay ` package
610
+
611
+ You can import from ` @sentry/browser ` (or from a respective SDK package like ` @sentry/react ` or ` @sentry/vue ` ) or
612
+ ` @sentry-internal/replay ` .
613
+
607
614
### Server-side SDKs (Node, Deno, Bun, etc.)
608
615
609
616
Removed top-level exports: ` enableAnrDetection ` , ` Anr ` , ` deepReadDirSync `
@@ -895,6 +902,8 @@ replacement API.
895
902
- [ Updated behaviour of ` transactionContext ` passed to ` tracesSampler ` ] ( ./MIGRATION.md#transactioncontext-no-longer-passed-to-tracessampler )
896
903
- [ Updated behaviour of ` getClient() ` ] ( ./MIGRATION.md#getclient-always-returns-a-client )
897
904
- [ Removal of Client-Side health check transaction filters] ( ./MIGRATION.md#removal-of-client-side-health-check-transaction-filters )
905
+ - [ Change of Replay default options (` unblock ` and ` unmask ` )] ( ./MIGRATION.md#change-of-replay-default-options-unblock-and-unmask )
906
+ - [ Angular Tracing Decorator renaming] ( ./MIGRATION.md#angular-tracing-decorator-renaming )
898
907
899
908
#### Updated behaviour of ` tracePropagationTargets ` in the browser (HTTP tracing headers & CORS)
900
909
0 commit comments