UNPKG

@fiberplane/hono-otel

Version:

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

9 lines (8 loc) 499 B
export { getFromEnv } from "./env.js"; export { errorToJson, isLikelyNeonDbError, neonDbErrorToJson, } from "./errors.js"; export { isUintArray } from "./uint.js"; export { safelySerializeJSON } from "./json.js"; export { getIncomingRequestAttributes, getRequestAttributes, getResponseAttributes, cloneRequestForAttributes, } from "./attributes/index.js"; export { isWrapped } from "./wrapper.js"; export { isObject, objectWithKey } from "./object.js"; export { isPromiseLike } from "./promise.js";