TLDR wafot encountered an error with sdk.start(). Romario clarified that it no longer returns a promise. Ankit requested documentation update.
Sdk.start doesn’t return a promise anymore, docs are outdated
Just do: `sdk.start()`
> Then is not a promise anymore, docs are outdated <@4K15aa> and Ashu can you check if we need to update the docs?
ok Ankit
wafot
Wed, 19 Apr 2023 08:53:41 UTCHi Guys, I'm new on signoz, I'm trying to use signoz in next.js 13, File: tracing.js sdk.start() .then(() => console.log('Tracing initialized')) ^ TypeError: Cannot read properties of undefined (reading 'then') at Object.<anonymous> (/home/dell/Desktop/intelops/open-telemetry-frontend/next-app-for-test/tracing.js:32:3) at Module._compile (node:internal/modules/cjs/loader:1254:14) at Module._extensions..js (node:internal/modules/cjs/loader:1308:10) at Module.load (node:internal/modules/cjs/loader:1117:32) at Module._load (node:internal/modules/cjs/loader:958:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 Node.js v18.14.2 I've tried debbuging this on console, which resulted that, sdk.start() was undefined Please let me know how to fix this