Demo: Feedback Details

Demo feedback from SaaS Dashboard

Feedback #1

SaaS Dashboard
May 28th, 2026 5:20 PM
17:20:23
New

Love the new dashboard layout! Much easier to navigate now.

OS
Windows NT 10.0
Browser
Chrome 122.0.0.0
Viewport
1536 x 864
Feedback screenshot
2 entries
log5:22:18 PM
Dashboard loaded successfully
info5:22:20 PM
User preferences applied
2 requests
GET200245ms5:22:17 PM
https://api.example.com/dashboard/stats
Content-Type
application/json
Request Headers
Accept: application/json
Authorization: Bearer demo-token-xyz
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/122.0.0.0
Response Headers
Content-Type: application/json
Cache-Control: no-cache
X-Request-ID: req-123456
Response Body
{
  "totalViews": 15234,
  "activeUsers": 892,
  "revenue": 45678.9,
  "conversionRate": 3.2
}
GET200123ms5:22:19 PM
https://api.example.com/user/preferences
Content-Type
application/json
Request Headers
Accept: application/json
Authorization: Bearer demo-token-xyz
Response Headers
Content-Type: application/json
Response Body
{
  "theme": "light",
  "language": "en",
  "notifications": true
}
11 actions
🔗
NAV5:20:23 PM
Page Load/login
⌨️
INPUT5:20:28 PM
Input: Emailj***@example.com
⌨️
INPUT5:20:31 PM
Input: Password••••••••
🖱️
CLICK5:20:33 PM
Button: Sign In
🔗
NAV5:20:38 PM
Page Load/dashboard
🖱️
CLICK5:20:53 PM
Tab: Analytics
🖱️
CLICK5:21:03 PM
Button: Date Range
🖱️
CLICK5:21:08 PM
Option: Last 30 Days
🖱️
CLICK5:21:23 PM
Card: Revenue Chart
🖱️
CLICK5:21:38 PM
Button: Export Data
🖱️
CLICK5:22:18 PM
Button: Send Feedback
{ "url": "https://example.com/dashboard", "timestamp": "2025-04-03T11:03:55.330Z", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", "screen": { "width": 1920, "height": 1080 }, "viewport": { "width": 1536, "height": 864 }, "breadcrumbs": [ { "type": "navigation", "target": "Page Load", "data": "/login", "timestamp": 1779988823057 }, { "type": "input", "target": "Input: Email", "data": "j***@example.com", "timestamp": 1779988828057 }, { "type": "input", "target": "Input: Password", "data": "••••••••", "timestamp": 1779988831057 }, { "type": "click", "target": "Button: Sign In", "timestamp": 1779988833057 }, { "type": "navigation", "target": "Page Load", "data": "/dashboard", "timestamp": 1779988838057 }, { "type": "click", "target": "Tab: Analytics", "timestamp": 1779988853057 }, { "type": "click", "target": "Button: Date Range", "timestamp": 1779988863057 }, { "type": "click", "target": "Option: Last 30 Days", "timestamp": 1779988868057 }, { "type": "click", "target": "Card: Revenue Chart", "timestamp": 1779988883057 }, { "type": "click", "target": "Button: Export Data", "timestamp": 1779988898057 }, { "type": "click", "target": "Button: Send Feedback", "timestamp": 1779988938057 } ], "consoleLogs": [ { "level": "log", "message": "Dashboard loaded successfully", "timestamp": 1779988938057 }, { "level": "info", "message": "User preferences applied", "timestamp": 1779988940057 } ], "networkLogs": [ { "method": "GET", "url": "https://api.example.com/dashboard/stats", "status": 200, "statusText": "OK", "timestamp": 1779988937057, "duration": 245, "contentType": "application/json", "requestHeaders": { "Accept": "application/json", "Authorization": "Bearer demo-token-xyz", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/122.0.0.0" }, "responseHeaders": { "Content-Type": "application/json", "Cache-Control": "no-cache", "X-Request-ID": "req-123456" }, "responseBody": "{\"totalViews\":15234,\"activeUsers\":892,\"revenue\":45678.9,\"conversionRate\":3.2}" }, { "method": "GET", "url": "https://api.example.com/user/preferences", "status": 200, "statusText": "OK", "timestamp": 1779988939057, "duration": 123, "contentType": "application/json", "requestHeaders": { "Accept": "application/json", "Authorization": "Bearer demo-token-xyz" }, "responseHeaders": { "Content-Type": "application/json" }, "responseBody": "{\"theme\":\"light\",\"language\":\"en\",\"notifications\":true}" } ] }