UNPKG

@sentry/node

Version:

Sentry Node SDK using OpenTelemetry for performance instrumentation

13 lines (10 loc) 249 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