@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
17 lines (14 loc) • 620 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
AttributeNames2["CONNECT_TYPE"] = "connect.type";
AttributeNames2["CONNECT_NAME"] = "connect.name";
return AttributeNames2;
})(AttributeNames || {});
var ConnectTypes = /* @__PURE__ */ ((ConnectTypes2) => {
ConnectTypes2["MIDDLEWARE"] = "middleware";
ConnectTypes2["REQUEST_HANDLER"] = "request_handler";
return ConnectTypes2;
})(ConnectTypes || {});
exports.AttributeNames = AttributeNames;
exports.ConnectTypes = ConnectTypes;
//# sourceMappingURL=AttributeNames.js.map