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 @@ -10,6 +10,10 @@ npx @sentry/migr8@latest
1010This will let you select which updates to run, and automatically update your code. Make sure to still review all code
1111changes!
1212
13+ ## Deprecate ` wrapRemixHandleError ` in Remix SDK (since v7.100.0)
14+
15+ This release deprecates ` wrapRemixHandleError ` in favor of using ` sentryHandleError ` from` @sentry/remix ` .
16+
1317## Deprecate using ` getClient() ` to check if the SDK was initialized
1418
1519In v8, ` getClient() ` will stop returning ` undefined ` if ` Sentry.init() ` was not called. For cases where this may be used
@@ -827,8 +831,8 @@ version.
827831### Import Changes
828832
829833Due to the compiler change, our NPM package structure changed as well as it now conforms to the
830- [ Angular Package Format v10] ( https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit ) . In
831- case you're importing from specific paths other than ` @sentry/angular ` you will have to adjust these paths. As an
834+ [ ** Angular** Package Format v10] ( https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit ) .
835+ In case you're importing from specific paths other than ` @sentry/angular ` you will have to adjust these paths. As an
832836example, ` import ... from '@sentry/angular/esm/injex.js' ` should be changed to
833837` import ... from '@sentry/angular/esm2015/index.js' ` . Generally, we strongly recommend only importing from
834838` @sentry/angular ` .
You can’t perform that action at this time.
0 commit comments