Skip to content

Commit 9b15bd8

Browse files
committed
Update MIGRATION.md
1 parent ab9bf19 commit 9b15bd8

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

20+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
21+
22+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
23+
2024
## Deprecate using `getClient()` to check if the SDK was initialized
2125

2226
In v8, `getClient()` will stop returning `undefined` if `Sentry.init()` was not called. For cases where this may be used
@@ -871,8 +875,8 @@ version.
871875
### Import Changes
872876

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

0 commit comments

Comments
 (0)