Tags: acao/analytics
Tags
Add support for custom events (vercel#29) * Expose `track` function to track custom events * Work in feedback Co-Authored-By: Chris <7249920+chriswdmr@users.noreply.github.com> * Check if track function successfully queues events into vaq * Add react tests Co-Authored-By: Chris <7249920+chriswdmr@users.noreply.github.com> * Use eslint disable instead of ts-expect-error for tests * Minor style improvments * Respect `mode` attribute * Refactor reading `mode` * Refactor detectEnvironment * Add tests for development mode * Publish 0.1.7-beta.1 * Fix evaluating the mode; adding tests (vercel#31) * Fix version of tests * Update apps/nextjs/package.json Co-authored-by: Douglas Parsons <dglsparsons@users.noreply.github.com> * Merge branch 'main' into add-custom-events * Update pnpm-lock.yaml * Add missing default exports * Fix default exports * Push beta version * Use `event` instead of `track` inside of `vaq` (vercel#35) The analytics-script listens for `event` and not `track` * Only run when window is defined (vercel#38) * Push package version * Add log when server calls track (vercel#40) * Bump package version for new beta release * Fix lint errors with custom events branch (vercel#52) * Address eslint errors with custom events branch * Make CI workflow run regardless of target branch * Bump package version * Update pnpm-lock.yaml * Revert "Update pnpm-lock.yaml" This reverts commit 024f2c8. * Fix build * Update naming Analytics -> Web Analytics * Fix Development tests * Remove beta badge from banner --------- Co-authored-by: Chris <7249920+chriswdmr@users.noreply.github.com> Co-authored-by: Douglas Parsons <dglsparsons@users.noreply.github.com> Co-authored-by: Douglas Parsons <dglsparsons@gmail.com> Co-authored-by: Timo Lins <me@timo.sh>
Fix lint errors with custom events branch (vercel#52) * Address eslint errors with custom events branch * Make CI workflow run regardless of target branch
Use `event` instead of `track` inside of `vaq` (vercel#35) The analytics-script listens for `event` and not `track`
PreviousNext