UNPKG

umami-analytics-react

Version:

React hooks (useUmami, useUmamiView) and UmamiProvider for seamless Umami analytics integration, supporting page views, custom event tracking, and session identification.

5 lines (4 loc) 210 B
export * from "./provider"; export { useUmami } from "./hooks/use-umami"; export { useUmamiView } from "./hooks/use-umami-view"; export { generateEnhancedIdentity } from "./helpers/generate-enhanced-identity";