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 @@ -232,6 +232,10 @@ Instead of an `transactionContext` being passed to the `tracesSampler` callback,
232
232
will be removed in v8. Note that the ` attributes ` are only the attributes at span creation time, and some attributes may
233
233
only be set later during the span lifecycle (and thus not be available during sampling).
234
234
235
+ ## Deprecate ` wrapRemixHandleError ` in Remix SDK (since v7.100.0)
236
+
237
+ This release deprecates ` wrapRemixHandleError ` in favor of using ` sentryHandleError ` from` @sentry/remix ` .
238
+
235
239
## Deprecate using ` getClient() ` to check if the SDK was initialized
236
240
237
241
In v8, ` getClient() ` will stop returning ` undefined ` if ` Sentry.init() ` was not called. For cases where this may be used
@@ -1126,8 +1130,8 @@ version.
1126
1130
### Import Changes
1127
1131
1128
1132
Due to the compiler change, our NPM package structure changed as well as it now conforms to the
1129
- [ Angular Package Format v10] ( https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit ) . In
1130
- case you're importing from specific paths other than ` @sentry/angular ` you will have to adjust these paths. As an
1133
+ [ ** Angular** Package Format v10] ( https://docs.google.com/document/d/1uh2D6XqaGh2yjjXwfF4SrJqWl1MBhMPntlNBBsk6rbw/edit ) .
1134
+ In case you're importing from specific paths other than ` @sentry/angular ` you will have to adjust these paths. As an
1131
1135
example, ` import ... from '@sentry/angular/esm/injex.js' ` should be changed to
1132
1136
` import ... from '@sentry/angular/esm2015/index.js' ` . Generally, we strongly recommend only importing from
1133
1137
` @sentry/angular ` .
You can’t perform that action at this time.
0 commit comments