Install guide
Add SourceTrace to any Vercel-hosted site by injecting the tracker via your framework's <head>.
<!-- Add inside <head> in your root layout or _document.tsx -->
<script src="https://api.sourcetrace.xyz/t.js?key=YOUR_API_KEY" async></script>Replace YOUR_API_KEY with the key from Settings → Sites.
Vercel project dashboard with the deploy build log.
Browser devtools network panel showing /api/events POST.