Sam Martin
Sam Martin
Some debug log snippets from prod: First error: ``` "2025-01-10T14:50:37.503Z","Extract from carrier: {}." "2025-01-10T14:50:37.503Z","Error: Error injecting trace" "2025-01-10T14:50:37.503Z","at /app/node_modules/dd-trace/packages/dd-trace/src/log/writer.js:69:46" "2025-01-10T14:50:37.503Z","at withNoop (/app/node_modules/dd-trace/packages/dd-trace/src/log/writer.js:21:3)" "2025-01-10T14:50:37.503Z","at onError (/app/node_modules/dd-trace/packages/dd-trace/src/log/writer.js:69:18)" "2025-01-10T14:50:37.503Z","at Channel.publish (node:diagnostics_channel:143:9)" "2025-01-10T14:50:37.503Z","at Object.error...
> I've not been able to reproduce this on v5.25.0 with the code snippets provided (tried continuously sending requests to the express app over a 1000 times). Would it be...