UNPKG

@fiberplane/hono-otel

Version:

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

4 lines (3 loc) 208 B
import { type FpConfigOptions } from "./config/index.js"; import type { HonoLikeApp } from "./types/index.js"; export declare function instrument(app: HonoLikeApp, userConfig?: FpConfigOptions): HonoLikeApp;