Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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
"@remix-run/react": "^2.16.2",
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'.
Metadata
Metadata
Assignees
Type
Projects
Status
No status