UNPKG

@embrace-io/web-sdk

Version:
17 lines (16 loc) 2.23 kB
import { EmbraceInstrumentationBase } from "./EmbraceInstrumentationBase/EmbraceInstrumentationBase.js"; import { DocumentLoadInstrumentation } from "./document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.js"; import { EmptyRootInstrumentation } from "./empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.js"; import { ClicksInstrumentation } from "./clicks/ClicksInstrumentation/ClicksInstrumentation.js"; import { ElementTimingInstrumentation } from "./element-timing/ElementTimingInstrumentation/ElementTimingInstrumentation.js"; import { GlobalExceptionInstrumentation } from "./exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js"; import { FirstInteractionInstrumentation } from "./first-interaction/FirstInteractionInstrumentation/FirstInteractionInstrumentation.js"; import { LoafInstrumentation } from "./loaf/LoafInstrumentation/LoafInstrumentation.js"; import { MaxScrollDepthInstrumentation } from "./max-scroll-depth/MaxScrollDepthInstrumentation/MaxScrollDepthInstrumentation.js"; import { NavigationInstrumentation } from "./navigation/NavigationInstrumentation/NavigationInstrumentation.js"; import { RageClickInstrumentation } from "./rage-click/RageClickInstrumentation/RageClickInstrumentation.js"; import { ServerTimingInstrumentation } from "./server-timing/ServerTimingInstrumentation/ServerTimingInstrumentation.js"; import { SoftNavigationPerformanceInstrumentation } from "./soft-navigation-performance/SoftNavigationPerformanceInstrumentation/SoftNavigationPerformanceInstrumentation.js"; import { UserTimingInstrumentation } from "./user-timing/UserTimingInstrumentation/UserTimingInstrumentation.js"; import { WebVitalsInstrumentation } from "./web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.js"; export { ClicksInstrumentation, DocumentLoadInstrumentation, ElementTimingInstrumentation, EmbraceInstrumentationBase, EmptyRootInstrumentation, FirstInteractionInstrumentation, GlobalExceptionInstrumentation, LoafInstrumentation, MaxScrollDepthInstrumentation, NavigationInstrumentation, RageClickInstrumentation, ServerTimingInstrumentation, SoftNavigationPerformanceInstrumentation, UserTimingInstrumentation, WebVitalsInstrumentation };