Skip to content

Commit 557ca1d

Browse files
committed
add migration node
1 parent 776a579 commit 557ca1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MIGRATION.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ enum. If you were using the `Severity` enum, you should replace it with the `Sev
2727
The `Offline` integration has been removed in favor of the offline transport wrapper:
2828
http://docs.sentry.io/platforms/javascript/configuration/transports/#offline-caching
2929

30-
## Other changes
30+
## Other Changes
3131

3232
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
33+
- The minumum supported Node version for all the SDK packages is Node 14 (#10527)
34+
- The `Transaction` integration in `@sentry/integrations` has been removed. There is no replacement API. (#10556)
35+
- `extraErrorDataIntegration` now looks at
36+
[`error.cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) by
37+
default.
3338

3439
# Deprecations in 7.x
3540

0 commit comments

Comments
 (0)