UNPKG

@fiberplane/hono-otel

Version:

Hono middleware to forward OpenTelemetry traces to a local instance of @fiberplane/studio

7 lines (6 loc) 257 B
/** * Patch Cloudflare bindings to add instrumentation * * @param env - The environment for the worker, which may contain Cloudflare bindings */ export declare function patchCloudflareBindings(env?: Record<string, string | null | object> | null): void;