@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
16 lines (12 loc) • 357 B
JavaScript
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