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 @@ -44,9 +44,14 @@ to access and mutate the current scope.
44
44
45
45
## General API Changes
46
46
47
+ - The minumum supported Node version for all the SDK packages is Node 14 (#10527 )
47
48
- Remove ` spanStatusfromHttpCode ` in favour of ` getSpanStatusFromHttpCode ` (#10361 )
48
49
- Remove deprecated ` deepReadDirSync ` export from ` @sentry/node ` (#10564 )
49
50
- Remove ` _eventFromIncompleteOnError ` usage (#10553 )
51
+ - The ` Transaction ` integration in ` @sentry/integrations ` has been removed. There is no replacement API. (#10556 )
52
+ - ` extraErrorDataIntegration ` now looks at
53
+ [ ` error.cause ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause ) by
54
+ default.
50
55
51
56
# Deprecations in 7.x
52
57
You can’t perform that action at this time.
0 commit comments