web-analytics-starter-kit
web-analytics-starter-kit copied to clipboard
Tinybird Web Analytics Starter Kit
Closes #88 Added `data-storage` mode to the script so we support cookies, localStorage or sessionStorage to preserve the sessionId maintaining the 30 minutes of expiration.
### Describe the feature you'd like to request Right now we store the session_id in cookies. We should be able to support local or session storage and maintain the expiration...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.2.6 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together. Updates `vite` from 3.0.8 to 6.2.6 Release notes Sourced from vite's...
Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.26. Release notes Sourced from next's releases. v14.2.26 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0. Release notes Sourced from @babel/runtime's releases. v7.27.0 (2025-03-24) Thanks @ishchhabra and @vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together. Updates `esbuild` from 0.14.54 to 0.25.0 Release notes Sourced from esbuild's...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.4.2. Changelog Sourced from @adobe/css-tools's changelog. 4.4.2 / 2025-02-12 Fix regular expression for quoted values in parentheses 4.4.0 / 2024-06-05 add support for @starting-style #319...
### Describe the feature you'd like to request It looks like tinybird is using cookies to track sessions. Looks like there are ways to avoid so: https://notes.normally.com/cookieless-unique-visitor-counts/ ### Describe the...