:wave: Hello, team! I was trying to use Signoz Sel...
# support
a
👋 Hello, team! I was trying to use Signoz Self Hosted with a adonis js backend, i went with the official Signoz Docs to do so. (Adding a tracing.js file) I got some traces, but they were only os level, file read write ones. I tried a to add a middleware to intercept requests, then req were visible. but call stack was not available. Please guide me, need urgent help
s
If this library doesn't have instrumentation support then you won't get trace details https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node
a
Thanks for the help. I got signoz working with adonis using some hack. Will post a guide article for the community.