cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.28k stars 304 forks source link

add abstract base tracer class #3152

Closed anonrig closed 8 hours ago

anonrig commented 1 day ago

Adds a base tracer class which will be used for a passthrough tracer that doesn't communicate through rpc in bulk. Internal PR is coming.