π‘ Live Logs & Error Monitoring
Automatically detect JavaScript errors, failed API calls, and crashes on your website β captured with full diagnostic context and synced to your workflow.
π Overview
Live Logs is Snifferβs built-in error monitoring system. Once the Sniffer script tag is installed on your website, it passively monitors for JavaScript errors, unhandled promise rejections, failed network requests, and resource load failures. Detected errors are captured with full context and logged automatically in your project.
Unlike standalone error monitoring tools, Live Logs is fully integrated into Snifferβs defect tracking pipeline. Detected errors can automatically become issues on your π Task Board, get assigned to developers, and sync to π Jira β all without manual intervention.
π Getting Started
Prerequisites
The Sniffer script tag must be installed on your website:
<script src="https://cdn.snifferweb.com/sniffer.js"
data-project-id="YOUR_PROJECT_ID">
</script>Tip: This is the same script that powers the π¬ Feedback Widget. One snippet enables both features.
βοΈ Enable Error Monitoring
- Navigate to βοΈ Settings within your project
- Enable the Live Logs toggle (
isLiveLogEnabledflag) - Configure capture settings and alert thresholds
- Ensure your domain is in the Whitelisted URLs list (Company Settings)
π What Gets Captured
π± Device Context (Auto-Captured)
Every error includes:
π System Bug List
Route: /projects/:id/system-bugs
All auto-detected errors appear in a filterable list:
π Filtering
Filter by date range, severity, status, error type, and free-text search.
π System Bug Detail View
Click any error to open the detail view with these tabs:
1. βΉοΈ Info Tab
2. π Console Logs Tab
Shows the first 30 log entries. Logs are filterable by level.
3. π Network Logs Tab
Shows the first 30 network entries with error highlighting.
4. π¬ Comments Tab
Team discussion about the error β same comment features as π Bug Details.
5. π Linked Tasks Tab
Link the system bug to related issues on the π Task Board.
βοΈ Configuration
π Live Logs Documentation
For Support organization projects, a Live Logs Docs page is available in the sidebar under Settings. It provides:
- Step-by-step script installation guide
- Domain whitelisting instructions
- Configuration best practices
- Troubleshooting tips
π Integration with Task Board
Auto-detected errors that become issues appear on the π Task Board with:
- Source indicator: System bug icon distinguishes them from manual bugs
- Platform field: Set to the detected platform
- Attachments: Console logs, network logs, and device context attached automatically
- Jira sync: If π Jira integration is active, auto-detected issues sync to Jira