@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
21 lines (19 loc) • 826 B
JavaScript
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 || {});
export { AttributeNames, FastifyNames, FastifyTypes };
//# sourceMappingURL=AttributeNames.js.map