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
10
10
This will let you select which updates to run, and automatically update your code. Make sure to still review all code
11
11
changes!
12
12
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
+
13
17
## Deprecate using ` getClient() ` to check if the SDK was initialized
14
18
15
19
In v8, ` getClient() ` will stop returning ` undefined ` if ` Sentry.init() ` was not called. For cases where this may be used
@@ -827,8 +831,8 @@ version.
827
831
### Import Changes
828
832
829
833
Due 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
832
836
example, ` import ... from '@sentry/angular/esm/injex.js' ` should be changed to
833
837
` import ... from '@sentry/angular/esm2015/index.js' ` . Generally, we strongly recommend only importing from
834
838
` @sentry/angular ` .
You can’t perform that action at this time.
0 commit comments