How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fixing JavaScript observability, one library at a time

calendar_today May 7, 2026 person domain sentry-system

Over the past few weeks, we have been driving a cross-ecosystem effort to replace the “monkey-patching” that powers all JavaScript APM tools today with something built into the runtime. Here is why, how, and where it stands. This applies to server-side JavaScript only (Node.js, Bun, Deno, Cloudflare Workers). Browsers do not have diagnostics_channel and lack the async context propagation primitives needed to polyfill it. Monkey-patching does not scale My teammate Sigrid wrote a detailed breakdown of why monkey-patching is failing and how TracingChannel solves it.

open_in_new Read original post