Skip to content

Commit 3d75040

Browse files
committed
Update MIGRATION.md
1 parent c113b8e commit 3d75040

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MIGRATION.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ npx @sentry/migr8@latest
1010
This will let you select which updates to run, and automatically update your code. Make sure to still review all code
1111
changes!
1212

13+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
14+
15+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
16+
1317
## Deprecate using `getClient()` to check if the SDK was initialized
1418

1519
In v8, `getClient()` will stop returning `undefined` if `Sentry.init()` was not called. For cases where this may be used
@@ -827,8 +831,8 @@ version.
827831
### Import Changes
828832

829833
Due to the compiler change, our NPM package structure changed as well as it now conforms to the
830-
[Angular Package Format v10](https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit). In
831-
case you're importing from specific paths other than `@sentry/angular` you will have to adjust these paths. As an
834+
[**Angular** Package Format v10](https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit).
835+
In case you're importing from specific paths other than `@sentry/angular` you will have to adjust these paths. As an
832836
example, `import ... from '@sentry/angular/esm/injex.js'` should be changed to
833837
`import ... from '@sentry/angular/esm2015/index.js'`. Generally, we strongly recommend only importing from
834838
`@sentry/angular`.

0 commit comments

Comments
 (0)