Add Vident to Any Website
Add error tracking and session replay to any website with a single script tag. No build step, no npm, no framework required.
Features
- Single script tag, no build step
- Works on any website
- Automatic error and session capture
- Core Web Vitals tracking
- No npm or bundler required
Setup
Add to <head>
<script
src="https://cdn.vident.dev/rum/latest.js"
data-api-key="your-api-key"
defer
></script>
<!-- That's it. Errors, sessions, and Web Vitals
are captured automatically. -->With custom config
<script>
window.__VIDENT_CONFIG__ = {
apiKey: 'your-api-key',
maskAllInputs: true,
sampleRate: 0.5,
};
</script>
<script src="https://cdn.vident.dev/rum/latest.js" defer></script>Other Frameworks
Start catching errors in minutes
Create your free account and add Vident to your app. Two lines of code, no credit card.
Get started free