@embrace-io/web-sdk
Version:
12 lines (11 loc) • 520 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region src/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.ts
let AttributeNames = /* @__PURE__ */ function(AttributeNames) {
AttributeNames["DOCUMENT_LOAD"] = "documentLoad";
AttributeNames["DOCUMENT_FETCH"] = "documentFetch";
AttributeNames["RESOURCE_FETCH"] = "resourceFetch";
return AttributeNames;
}({});
//#endregion
exports.AttributeNames = AttributeNames;
//# sourceMappingURL=AttributeNames.cjs.map