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