@fiberplane/hono-otel
Version:
Hono middleware to forward OpenTelemetry traces to a local instance of @fiberplane/studio
12 lines (11 loc) • 356 B
JavaScript
/**
* Before you try to import Hono and use its types,
* it's good to know that Hono's types are not compatible across
* independently installed versions of Hono.
*
* I've kept *commented out* Hono derived types below for reference,
* so you know that they will not work.
*
* @TODO - Investigate requiring Hono as a peer dependency.
*/
export {};