Now also tracking errors (if one ever will occur)

This commit is contained in:
2025-03-12 15:57:25 +01:00
parent 6c52ad07ad
commit 7258720b61

View File

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