You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open devtools (reopen if opened before) and click on "Piwik PRO Tracking Helper" tab
refresh the page
see results in devtools panel
Build the browser extension
Requirements:
Node 20.x
pnpm 9.x
pnpm install
# Build the Firefox extension (saves in apps/debugger-extension/.output/piwik-pro-tracking-helper-{version}-firefox.zip)cd apps/debugger-extension && pnpm run zip:firefox
# Build the Chrome extension (saves in apps/debugger-extension/.output/piwik-pro-tracking-helper-{version}-chrome.zip)cd apps/debugger-extension && pnpm run zip
Development
cd apps/debugger-extension
pnpm dev
# or pnpm dev:firefox
TODO
payload validation for events and network events
add text input for filtering by event name
allow for adding custom tracking endpoints, some integrations (like shopify) do not use JSTC, it would be nice to still be able to inspect network events from the extension