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
This only affects the JavaScript OpenTelemetry library
This may affect other libraries, but I would like to get opinions here first
I have an backend microservice (NodeJs). That is build for Desktop and Cloud. We recently added Otel Tracing to our services. We just use Http Instrumentation to get basic spans with node build in tools (http).
I have an backend microservice (NodeJs). That is build for Desktop and Cloud. We recently added Otel Tracing to our services. We just use Http Instrumentation to get basic spans with node build in tools (http).
Our build flow:
For Cloud the tracing is working fine, so the bundled version of our application is working fine with the OTEL HTTP Instrumenation
For the desktop executable the tracing is not working, as the http module can probably not be wrapped.
How can I manage this with NodeJS SEA or is my only choice to ship for desktop as well the node.exe & bundle.js?
Link to Stackoverflow Question
The text was updated successfully, but these errors were encountered: