Skip to content

Commit 72eec3a

Browse files
committed
Update MIGRATION.md
1 parent b61bd5f commit 72eec3a

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

1143+
## Deprecate `wrapRemixHandleError` in Remix SDK (since v7.100.0)
1144+
1145+
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from`@sentry/remix`.
1146+
11431147
## Deprecate using `getClient()` to check if the SDK was initialized
11441148

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