sending with angular https://github.com/jufab/opentelemetry-angular-interceptor/
any idea that request is cancelled in chrome devtool but signoz cloud still receiving it ?
works properly on dev with
commonConfig: {production: false, logBody: true}
able to see the traces endpoint return with success,
however when changing to production
commonConfig: {production: true, logBody: false}
request is cancelled but signoz cloud is still receiving it
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.