We’ve added a built-in Tracker Integration Check Modal that helps you verify everything is working correctly during local development. It���s available in both the NPM package and the CDN script.
Why this matters
Integrating the tracker used to be a bit of a guessing game — you’d install the script, trigger some events, and hope they were sent.
Now, you can confirm it instantly from your browser.
How it works
The modal appears only in local development.
It activates when you’re running on
localhostand have either:the trackLocalhostAs flag set (NPM package), or
the data-debug attribute on the CDN script.
It confirms when the tracker is successfully loaded.
It also shows all events being sent — so you can verify your setup in real time.