-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Outdated vendored remix types causing typescript errors when instrumenting build #15615
Comments
Hi @andrewcohen, thanks for filing this. We'll take a look. |
@onurtemizkan could you take this one? |
@andrewcohen, could please check if running |
@onurtemizkan it does not. As an aside, with |
Thanks @andrewcohen, I'm working on updating the vendored types. I'll also try to reproduce the rewrapping issue you mentioned. I'll let you know if I need more details, so we can discuss them on Discord or through email. |
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
9.5.0
Framework Version
Remix 2.11.2 and 2.15
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
The vendored types for remix, particularly
ServerBuild
are out of date.Minimal repro:
Expected Result
No type errors
Actual Result
On the call to
instrumentBuild
On the
build
argument on the call tocreateRequestHandler
The text was updated successfully, but these errors were encountered: