Skip to content

Commit d707053

Browse files
committed
Update MIGRATION.md
1 parent 7c2c793 commit d707053

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,10 @@ Instead of an `transactionContext` being passed to the `tracesSampler` callback,
13541354
will be removed in v8. Note that the `attributes` are only the attributes at span creation time, and some attributes may
13551355
only be set later during the span lifecycle (and thus not be available during sampling).
13561356

1357+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
1358+
1359+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
1360+
13571361
## Deprecate using `getClient()` to check if the SDK was initialized
13581362

13591363
In v8, `getClient()` will stop returning `undefined` if `Sentry.init()` was not called. For cases where this may be used

0 commit comments

Comments
 (0)