π¬ 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#
π Bulk Actions#
- Convert multiple feedbacks to issues
- Reject a batch
- Assign triager
- Export as CSV
π Bug Reports#
Route: /sf/projects/:id/bug-report
Dedicated interface for managing external bug report submissions β typically from customers using the widget or extension.
π Bug Report Fields#
π Bug Report Workflow#
π Submitted β ποΈ Under Review β π Converted to Bug (on Task Board)
β β Rejected (with reason)
β π‘ Converted to Feature Request
β π Marked as Duplicate of existingTip: Converting a bug report creates a full issue on the π Task BoardΒ with all the captured context attached β screenshots, logs, device info β and copies the reporter email into the issueβs reporter field.
π‘ Feature Requests
#
Route: /sf/projects/:id/feature-requests
π Feedback Templates#
Route: /sf/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Β and π€ Sniffer AutoBugΒ . One snippet, multiple features.
π€οΈ Feedback Path Rules#
Route: /sf/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, template).
- Optionally add notification target.
- Save the rule.
Rules are evaluated top to bottom β drag rows to reorder priority.