Skip to content

Commit 553b522

Browse files
committed
add migration node
1 parent 6acd25e commit 553b522

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
@@ -44,9 +44,14 @@ to access and mutate the current scope.
4444

4545
## General API Changes
4646

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

5156
# Deprecations in 7.x
5257

0 commit comments

Comments
 (0)