@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
11 lines (9 loc) • 436 B
JavaScript
var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
AttributeNames2["PG_VALUES"] = "db.postgresql.values";
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