withSentry not longer accepts the same params as per docs in @sentry/remix #15883
Closed
3 tasks done
Labels
Package: remix
Issues related to the Sentry Remix SDK
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: