@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
18 lines (15 loc) • 802 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";
AttributeNames2["VARIABLES"] = "graphql.variables.";
AttributeNames2["ERROR_VALIDATION_NAME"] = "graphql.validation.error";
return AttributeNames2;
})(AttributeNames || {});
exports.AttributeNames = AttributeNames;
//# sourceMappingURL=AttributeNames.js.map