File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,14 @@ to access and mutate the current scope.
49
49
50
50
## General API Changes
51
51
52
+ - The minumum supported Node version for all the SDK packages is Node 14 (#10527 )
52
53
- Remove ` spanStatusfromHttpCode ` in favour of ` getSpanStatusFromHttpCode ` (#10361 )
53
54
- Remove deprecated ` deepReadDirSync ` export from ` @sentry/node ` (#10564 )
54
55
- Remove ` _eventFromIncompleteOnError ` usage (#10553 )
56
+ - The ` Transaction ` integration in ` @sentry/integrations ` has been removed. There is no replacement API. (#10556 )
57
+ - ` extraErrorDataIntegration ` now looks at
58
+ [ ` error.cause ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause ) by
59
+ default.
55
60
56
61
# Deprecations in 7.x
57
62
You can’t perform that action at this time.
0 commit comments