You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// here
// Object literal may only specify known properties, and 'wrapWithErrorBoundary' does not exist in type 'UseEffect'.
wrapWithErrorBoundary: true,
errorBoundaryOptions: {
fallback: ErrorBoundary,
},
});
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
"@sentry/remix": "^9.10.0" - "@sentry/vite-plugin": "^3.2.3",
Framework Version
Link to Sentry event
No response
Reproduction Example/SDK Setup
// See ts error here
export default withSentry(App, {
// here
// Object literal may only specify known properties, and 'wrapWithErrorBoundary' does not exist in type 'UseEffect'.
wrapWithErrorBoundary: true,
errorBoundaryOptions: {
fallback: ErrorBoundary,
},
});
Steps to Reproduce
Install version of package mentionned
Follow these docs
https://docs.sentry.io/platforms/javascript/guides/remix/manual-setup/#remix-errorboundary
Expected Result
Either the docs should be updated or the params back to the original from the docs
Actual Result
// Object literal may only specify known properties, and 'wrapWithErrorBoundary' does not exist in type 'UseEffect'.
The text was updated successfully, but these errors were encountered: