UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

12 lines (10 loc) 244 B
const AttributeNames = { HONO_TYPE: "hono.type", HONO_NAME: "hono.name" }; const HonoTypes = { MIDDLEWARE: "middleware", REQUEST_HANDLER: "request_handler" }; export { AttributeNames, HonoTypes }; //# sourceMappingURL=constants.js.map