File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Instead of an `transactionContext` being passed to the `tracesSampler` callback,
1717will be removed in v8. Note that the ` attributes ` are only the attributes at span creation time, and some attributes may
1818only 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
2226In 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
873877Due 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
876880example, ` 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 ` .
You can’t perform that action at this time.
0 commit comments