Skip to content

Commit

Permalink
add migration node
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Feb 12, 2024
1 parent c71ec08 commit d730489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ to access and mutate the current scope.

## General API Changes

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

# Deprecations in 7.x

Expand Down

0 comments on commit d730489

Please sign in to comment.