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,
17
17
will be removed in v8. Note that the ` attributes ` are only the attributes at span creation time, and some attributes may
18
18
only be set later during the span lifecycle (and thus not be available during sampling).
19
19
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
+
20
24
## Deprecate using ` getClient() ` to check if the SDK was initialized
21
25
22
26
In v8, ` getClient() ` will stop returning ` undefined ` if ` Sentry.init() ` was not called. For cases where this may be used
@@ -871,8 +875,8 @@ version.
871
875
### Import Changes
872
876
873
877
Due 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
876
880
example, ` import ... from '@sentry/angular/esm/injex.js' ` should be changed to
877
881
` import ... from '@sentry/angular/esm2015/index.js' ` . Generally, we strongly recommend only importing from
878
882
` @sentry/angular ` .
You can’t perform that action at this time.
0 commit comments