Skip to content

Commit 2705818

Browse files
committed
more changelog items
1 parent 557ca1d commit 2705818

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MIGRATION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ 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+
## General API Changes
3131

3232
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
3333
- The minumum supported Node version for all the SDK packages is Node 14 (#10527)
34+
- Remove deprecated `deepReadDirSync` export from `@sentry/node` (#10564)
35+
- Remove `_eventFromIncompleteOnError` usage (#10553)
3436
- The `Transaction` integration in `@sentry/integrations` has been removed. There is no replacement API. (#10556)
3537
- `extraErrorDataIntegration` now looks at
3638
[`error.cause`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause) by

0 commit comments

Comments
 (0)