Karl Fischer
Karl Fischer
Hi, unfortunately automatic tracing of node-fetch calls is not supported according to: https://github.com/googleapis/cloud-trace-nodejs#what-gets-traced. As a workaround, one option is to use the [custom tracing API](https://github.com/googleapis/cloud-trace-nodejs#custom-tracing-api) to manually add spans. Another...
Hi, I'm sorry this is not working with esbuild. Could you provide a test case to reproduce this error? Or another option to consider is using the OpenTelemetry library instead....
Sorry I don't have much to add. This is effectively on our backlog currently.
Hi @VikramTiwari, which version of mongoose are you using? Unfortunately only mongoose versions 4 - 5 are supported and version 6 is not supported. Support for version 6 is tracked...
Unfortunately only mongoose v4 - v5 is supported according to: https://github.com/googleapis/cloud-trace-nodejs#what-gets-traced. As a workaround, one option is to use the [custom tracing API](https://github.com/googleapis/cloud-trace-nodejs#custom-tracing-api) to manually add spans. I will leave...