Issue with Signoz Integration in Next JS Project
TLDR Kewal is having an issue with Signoz Integration in a Next JS Project, where sdk.start() function is undefined. vishal-signoz asks to check if the same version of opentelemetry library is being used.
Powered by Struct AI
2
3mo
Aug 17, 2023 (3 months ago)
Kewal
Kewal
09:09 AMHi Team, I am facing issue in Signoz Integration with my existing Next JS Project. Sample APP Works Fine.
sdk.start() function is undefined.
when i print sdk object i get : _resourceDetectors: [ EnvDetector {}, ProcessDetector {} ],
While the same object in sample app project is not empty.
sdk.start() function is undefined.
when i print sdk object i get : _resourceDetectors: [ EnvDetector {}, ProcessDetector {} ],
While the same object in sample app project is not empty.
vishal-signoz
vishal-signoz
01:06 PMCan you please check if you are using same version of opentelemetry library as used by sample app?
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
Issue with SigNoz and OpenTelemetry Instrumentation in NodeJS App
Anshul experienced errors while configuring SigNoz with OpenTelemetry for a NodeJS app. Srikanth suggested using different docs for lambda.
2
2mo
Solved
Issue with sdk.start() in Signoz and Next.js
wafot encountered an error with sdk.start(). Romario clarified that it no longer returns a promise. Ankit requested documentation update.
5
7mo
Solved
Error Installing SigNoz on NodeJS App on Graviton Server
abhinav faced errors installing SigNoz on a NodeJS app. vishal-signoz suggested following a workaround on an opentelemetry issue, which resolved the problem.
13
9mo
Solved