UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

15 lines (12 loc) 352 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const AttributeNames = { HONO_TYPE: "hono.type", HONO_NAME: "hono.name" }; const HonoTypes = { MIDDLEWARE: "middleware", REQUEST_HANDLER: "request_handler" }; exports.AttributeNames = AttributeNames; exports.HonoTypes = HonoTypes; //# sourceMappingURL=constants.js.map