UNPKG

@fiberplane/hono-otel

Version:

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

6 lines (5 loc) 403 B
export { resolveConfig } from "./config.js"; export type { FpConfigOptions } from "./types.js"; export { getFpResolvedConfig, setFpResolvedConfig, getRedactedHeaders, getRedactedQueryParams, getShouldTraceEverything, } from "./context/index.js"; export type { FpResolvedConfig } from "./config.js"; export { DEFAULT_REDACTED_HEADERS, DEFAULT_REDACTED_QUERY_PARAMS, DEFAULT_CONFIG, } from "./config.js";