Skip to content

Commit 2bb8a1f

Browse files
committed
Update MIGRATION.md
1 parent f5ff2c1 commit 2bb8a1f

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
@@ -232,6 +232,10 @@ Instead of an `transactionContext` being passed to the `tracesSampler` callback,
232232
will be removed in v8. Note that the `attributes` are only the attributes at span creation time, and some attributes may
233233
only be set later during the span lifecycle (and thus not be available during sampling).
234234

235+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
236+
237+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
238+
235239
## Deprecate using `getClient()` to check if the SDK was initialized
236240

237241
In v8, `getClient()` will stop returning `undefined` if `Sentry.init()` was not called. For cases where this may be used
@@ -1126,8 +1130,8 @@ version.
11261130
### Import Changes
11271131

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

0 commit comments

Comments
 (0)