@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
16 lines (13 loc) • 674 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
AttributeNames2["SOURCE"] = "graphql.source";
AttributeNames2["FIELD_NAME"] = "graphql.field.name";
AttributeNames2["FIELD_PATH"] = "graphql.field.path";
AttributeNames2["FIELD_TYPE"] = "graphql.field.type";
AttributeNames2["PARENT_NAME"] = "graphql.parent.name";
AttributeNames2["OPERATION_TYPE"] = "graphql.operation.type";
AttributeNames2["OPERATION_NAME"] = "graphql.operation.name";
return AttributeNames2;
})(AttributeNames || {});
exports.AttributeNames = AttributeNames;
//# sourceMappingURL=AttributeNames.js.map