@embrace-io/web-sdk
Version:
11 lines (10 loc) • 432 B
JavaScript
//#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
export { AttributeNames };
//# sourceMappingURL=AttributeNames.js.map