Hi Team,
I am facing an issue while running the sample Golang app following this document https://signoz.io/blog/distributed-tracing-golang/.
While running serve -l 5000 frontend I get the following error :
serve -l 5000 frontend
file///usr/local/lib/node modules/serve/build/main.js169
const ipAddress = request.socket.remoteAddress?.replace(":ffff", "") ?? "unknown";
^
SyntaxError: Unexpected token '.'
at Loader.moduleStrategy (internal/modules/esm/translators.js13318)
at async link (internal/modules/esm/module_job.js4221)
Can you please help ?
Thanks
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.