Skip to content

Commit dd4ee71

Browse files
committed
Update MIGRATION.md
1 parent 34ae024 commit dd4ee71

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

1368+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
1369+
1370+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
1371+
13681372
## Deprecate using `getClient()` to check if the SDK was initialized
13691373

13701374
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)