Now also tracking errors (if one ever will occur)

This commit is contained in:
BlueFox 2025-03-12 15:57:25 +01:00
parent 6c52ad07ad
commit 7258720b61
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -89,6 +89,10 @@
apiURL: 'https://swetrix.privacynerd.de/api/log',
})
swetrix.trackViews()
swetrix.trackErrors({
sampleRate: 1,
callback: undefined,
})
})
</script>