Skip to content

Commit 37d6cbe

Browse files
committed
add more to migration
1 parent 10615aa commit 37d6cbe

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
@@ -11,14 +11,20 @@ enum. If you were using the `Severity` enum, you should replace it with the `Sev
1111
The `Offline` integration has been removed in favor of the offline transport wrapper:
1212
http://docs.sentry.io/platforms/javascript/configuration/transports/#offline-caching
1313

14-
## Removal of `Sentry.configureScope`.
14+
## Removal of `Sentry.configureScope` (#10565)
1515

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

19-
## Other changes
19+
## Deletion of `@sentry/hub` package (#10530)
20+
21+
`@sentry/hub` has been removed. All exports from `@sentry.hub` should be available in `@sentry/core`.
22+
23+
## General API Changes
2024

2125
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
26+
- Remove deprecated `deepReadDirSync` export from `@sentry/node` (#10564)
27+
- Remove `_eventFromIncompleteOnError` usage (#10553)
2228

2329
# Deprecations in 7.x
2430

0 commit comments

Comments
 (0)