UNPKG

autotel-cloudflare

Version:

The #1 OpenTelemetry package for Cloudflare Workers - complete bindings coverage, native CF OTel integration, advanced sampling

8 lines (6 loc) 207 B
/** * Global instrumentation for Cloudflare Workers * Automatically instrument fetch() and cache APIs */ export { instrumentGlobalFetch } from './fetch'; export { instrumentGlobalCache } from './cache';