-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server becomes unresponsive in production mode #8
Comments
Hi can you please share what versions of sveltekit and opentelemetry you are using, your node version and how you have set it up so I can recreate the issue. |
Hi! @baselime/node-opentelemetry 0.5.8 @sveltejs/kit 2.5.5 It fails as soon as I wrap the handle inside withOpentelemtry, even if I remove all other code in that handler e.g.
|
Btw I use adapter-node for builds which may be relevant to add |
We are now experiencing this, having to remove baselime :( We are also using adapter-node. This was not an issue on Vercel. |
When I have my normal Handle function it works fine, however when I wrap it in the useOpenTelemetry function from the baselime package the app is no longer responsive and doesnt handle incoming requests at all. This is not an issue during dev mode only when building the app & starting it.
Additionally after a few seconds it crashes entirely:
The text was updated successfully, but these errors were encountered: