Testing & QualityTrace Node.js APIs End to End with OpenTelemetry
Instrument a Node.js API with OpenTelemetry, export traces over OTLP, add business spans, and troubleshoot missing telemetry before production.
8 min read
Article tag
Practical software debugging techniques
Testing & QualityInstrument a Node.js API with OpenTelemetry, export traces over OTLP, add business spans, and troubleshoot missing telemetry before production.
Software DevelopmentLearn how to use git bisect manually and automate it with a test script to find the exact commit that introduced a bug or performance regression.