analytics-next
analytics-next copied to clipboard
Segment Analytics.js 2.0
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...
I have the tester playground pulled up so I can fire some test events. However, when I try to type anything into the event input field I get errors like:...
# RFC - Storage Layer for Plugins 💾 Problem: If a plugin needs to use browser storage ( cookies, LS, etc. ), it has to implement the storage handling functionality,...
> The PriorityQueue class keeps track of any events (context) it sees so it can calculate whether an event can still be retried and how long the retry backoff should...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13. Changelog Sourced from vite's changelog. 2.9.13 (2022-06-27) fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805 fix(wasm): support decoding...
Automatically deploy `with-next-js` example in `codesandbox` on branch push.
Based on @silesky 's comments in this thread, looks like @segment/analytics-node is perfectly fine to be used in browser. https://github.com/segmentio/analytics-next/issues/771#issuecomment-1386987317 We want to minimize tracking impact on our website and...
This patch changes the architecture around destinations work. Previously AJS would use the waterfall like method when loading destinations (and other plugins) where it'd wait for their loading sequence to...
We have this environment https://stackblitz.com/edit/nuxt-starter-juxjq4 When i use segment into a Nuxt 3 composable, the object into the composable and outthere its diferent!!! 
We're working on [making our site cross origin isolated](https://web.dev/coop-coep/) to get access to multithreaded WASM, but once we set the headers on our page to ``` Cross-Origin-Opener-Policy: same-origin Cross-Origin-Embedder-Policy: require-corp...