File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,20 @@ The `enableAnrDetection` and `Anr` class have been removed. See the
33
33
[ docs] ( https://docs.sentry.io/platforms/node/configuration/application-not-responding/ ) for more details how to migrate
34
34
to ` anrIntegration ` , the new integration for ANR detection.
35
35
36
- ## Removal of ` Sentry.configureScope ` .
36
+ ## Removal of ` Sentry.configureScope ` ( # 10565 )
37
37
38
38
The top level ` Sentry.configureScope ` function has been removed. Instead, you should use the ` Sentry.getCurrentScope() `
39
39
to access and mutate the current scope.
40
40
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
42
46
43
47
- Remove ` spanStatusfromHttpCode ` in favour of ` getSpanStatusFromHttpCode ` (#10361 )
48
+ - Remove deprecated ` deepReadDirSync ` export from ` @sentry/node ` (#10564 )
49
+ - Remove ` _eventFromIncompleteOnError ` usage (#10553 )
44
50
45
51
# Deprecations in 7.x
46
52
You can’t perform that action at this time.
0 commit comments