UNPKG

@embrace-io/web-sdk

Version:
5 lines 592 B
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 };