Skip to content

Commit d730489

Browse files
committed
add migration node
1 parent c71ec08 commit d730489

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MIGRATION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@ to access and mutate the current scope.
4949

5050
## General API Changes
5151

52+
- The minumum supported Node version for all the SDK packages is Node 14 (#10527)
5253
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
5354
- Remove deprecated `deepReadDirSync` export from `@sentry/node` (#10564)
5455
- 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.
5560

5661
# Deprecations in 7.x
5762

0 commit comments

Comments
 (0)