Skip to content

Commit 5760c1c

Browse files
committed
add more to migration
1 parent ac90783 commit 5760c1c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

MIGRATION.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,20 @@ The `enableAnrDetection` and `Anr` class have been removed. See the
3333
[docs](https://docs.sentry.io/platforms/node/configuration/application-not-responding/) for more details how to migrate
3434
to `anrIntegration`, the new integration for ANR detection.
3535

36-
## Removal of `Sentry.configureScope`.
36+
## Removal of `Sentry.configureScope` (#10565)
3737

3838
The top level `Sentry.configureScope` function has been removed. Instead, you should use the `Sentry.getCurrentScope()`
3939
to access and mutate the current scope.
4040

41-
## Other changes
41+
## Deletion of `@sentry/hub` package (#10530)
42+
43+
`@sentry/hub` has been removed. All exports from `@sentry.hub` should be available in `@sentry/core`.
44+
45+
## General API Changes
4246

4347
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
48+
- Remove deprecated `deepReadDirSync` export from `@sentry/node` (#10564)
49+
- Remove `_eventFromIncompleteOnError` usage (#10553)
4450

4551
# Deprecations in 7.x
4652

0 commit comments

Comments
 (0)