@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
10 lines (8 loc) • 379 B
JavaScript
var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
AttributeNames2["PG_PLAN"] = "db.postgresql.plan";
AttributeNames2["IDLE_TIMEOUT_MILLIS"] = "db.postgresql.idle.timeout.millis";
AttributeNames2["MAX_CLIENT"] = "db.postgresql.max.client";
return AttributeNames2;
})(AttributeNames || {});
export { AttributeNames };
//# sourceMappingURL=AttributeNames.js.map