π¬ Feedback
Capture bug reports, feature requests, and general feedback from your end users through an embeddable widget, customizable templates, and intelligent routing rules.
π Overview
The Feedback module lets your team collect structured input directly from customers, beta testers, and internal stakeholders. Instead of relying on email threads, Sniffer provides an embeddable JavaScript widget that users interact with on your live website, and a centralized management interface for triaging submissions.
Each feedback submission automatically captures contextual data β screenshots, screen recordings, browser information, console logs, and network requests β giving developers full context from the first report. Submissions can be converted into issues on the π Task Board with a single click.
π Sidebar Navigation
The Feedback section includes five sub-modules accessible from the project sidebar:
π¬ Feedback List
Navigate to Feedback from the sidebar to view all submissions.
π List Columns
π Filtering
π Bug Reports
Route: /projects/:id/bug-report
Dedicated interface for managing external bug report submissions.
π Bug Report Fields
π Bug Report Workflow
π Submitted β ποΈ Under Review β π Converted to Bug (on Task Board)
β β Rejected
β π‘ Converted to Feature RequestTip: Converting a bug report creates a full issue on the π Task Board with all the captured context attached β screenshots, logs, device info.
π‘ Feature Requests
Route: /projects/:id/feature-requests
π Feedback Templates
Route: /projects/:id/feedback-template
Create custom feedback forms with configurable field types:
Template Actions
π§© Feedback Widget
The embeddable JavaScript widget lets end users submit feedback directly from your website.
βοΈ Widget Configuration
Configure from Feedback Config or during π Project creation:
π Widget Installation
Navigate to Widget Docs in the sidebar to get your embed code:
<script src="https://cdn.snifferweb.com/sniffer.js"
data-project-id="YOUR_PROJECT_ID">
</script>Note: This same script tag also powers π‘ Live Error Monitoring. One snippet, two features.
π€οΈ Feedback Path Rules
Route: /projects/:id/feedback-config
Auto-route incoming feedback based on conditions:
Creating a Path Rule
- Navigate to Feedback Config
- Click β Add Path Rule
- Define matching conditions (URL pattern, category)
- Set automatic actions (tag, assign, status)
- Save the rule