@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
25 lines (22 loc) • 960 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
AttributeNames2["FASTIFY_NAME"] = "fastify.name";
AttributeNames2["FASTIFY_TYPE"] = "fastify.type";
AttributeNames2["HOOK_NAME"] = "hook.name";
AttributeNames2["PLUGIN_NAME"] = "plugin.name";
return AttributeNames2;
})(AttributeNames || {});
var FastifyTypes = /* @__PURE__ */ ((FastifyTypes2) => {
FastifyTypes2["MIDDLEWARE"] = "middleware";
FastifyTypes2["REQUEST_HANDLER"] = "request_handler";
return FastifyTypes2;
})(FastifyTypes || {});
var FastifyNames = /* @__PURE__ */ ((FastifyNames2) => {
FastifyNames2["MIDDLEWARE"] = "middleware";
FastifyNames2["REQUEST_HANDLER"] = "request handler";
return FastifyNames2;
})(FastifyNames || {});
exports.AttributeNames = AttributeNames;
exports.FastifyNames = FastifyNames;
exports.FastifyTypes = FastifyTypes;
//# sourceMappingURL=AttributeNames.js.map