UNPKG

@embrace-io/web-sdk

Version:
10 lines 466 B
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.cjs"; import "../../EmbraceInstrumentationBase/index.cjs"; //#region src/instrumentations/empty-root/EmptyRootInstrumentation/types.d.ts type EmptyRootInstrumentationArgs = { rootNode: Node | null; emptyCheckDelayMs?: number; } & Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>; //#endregion export { EmptyRootInstrumentationArgs }; //# sourceMappingURL=types.d.cts.map