@scaleway/use-analytics
Version:
A small hook to handle events analytics
8 lines (7 loc) • 439 B
TypeScript
export { defaultLoadOptions } from './constants';
export { normalizeId } from './normalizeId';
export { normalizeIdsMigration } from './normalizeIdsMigration';
export { userMigrationsTraits } from './segments/userMigrationsTraits';
export type { Analytics, AnalyticsProviderProps, OnEventError, } from './useAnalytics';
export { AnalyticsProvider, useAnalytics } from './useAnalytics';
export { useDestinations } from './useDestinations';