@embrace-io/web-sdk
Version:
5 lines • 592 B
TypeScript
import { DocumentLoadCustomAttributeFunction, DocumentLoadInstrumentationConfig, ResourceFetchCustomAttributeFunction } from "./DocumentLoadInstrumentation/types.js";
import { DocumentLoadInstrumentation } from "./DocumentLoadInstrumentation/DocumentLoadInstrumentation.js";
import { AttributeNames } from "./DocumentLoadInstrumentation/enums/AttributeNames.js";
import "./DocumentLoadInstrumentation/index.js";
export { AttributeNames, type DocumentLoadCustomAttributeFunction, DocumentLoadInstrumentation, type DocumentLoadInstrumentationConfig, type ResourceFetchCustomAttributeFunction };