o11y_schema
Version:
o11y schema repo
10 lines (9 loc) • 650 B
JavaScript
export { app_payload as appPayloadSchema } from './app_payload.js';
export { bootstrap as bootstrapSchema } from './bootstrap.js';
export { bootstrap_request as bootstrapRequestSchema } from './bootstrap_request.js';
export { bootstrap_timing as bootstrapTimingSchema } from './bootstrap_timing.js';
export { component_load as componentLoadSchema } from './component_load.js';
export { page_end as pageEndSchema } from './page_end.js';
export { page_payload as pagePayloadSchema } from './page_payload.js';
export { pageview as pageviewSchema } from './pageview.js';
export { scenario_tracker as scenarioTrackerSchema } from './scenario_tracker.js';