Demo: Feedback Details

Demo feedback from SaaS Dashboard

Feedback #1

SaaS Dashboard
April 13th, 2026 5:23 AM
05:23:21
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:25:16 AM
Dashboard loaded successfully
info5:25:18 AM
User preferences applied
2 requests
GET200245ms5:25:15 AM
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:25:17 AM
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:23:21 AM
Page Load/login
⌨️
INPUT5:23:26 AM
Input: Emailj***@example.com
⌨️
INPUT5:23:29 AM
Input: Password••••••••
🖱️
CLICK5:23:31 AM
Button: Sign In
🔗
NAV5:23:36 AM
Page Load/dashboard
🖱️
CLICK5:23:51 AM
Tab: Analytics
🖱️
CLICK5:24:01 AM
Button: Date Range
🖱️
CLICK5:24:06 AM
Option: Last 30 Days
🖱️
CLICK5:24:21 AM
Card: Revenue Chart
🖱️
CLICK5:24:36 AM
Button: Export Data
🖱️
CLICK5:25:16 AM
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": 1776057801759 }, { "type": "input", "target": "Input: Email", "data": "j***@example.com", "timestamp": 1776057806759 }, { "type": "input", "target": "Input: Password", "data": "••••••••", "timestamp": 1776057809759 }, { "type": "click", "target": "Button: Sign In", "timestamp": 1776057811759 }, { "type": "navigation", "target": "Page Load", "data": "/dashboard", "timestamp": 1776057816759 }, { "type": "click", "target": "Tab: Analytics", "timestamp": 1776057831759 }, { "type": "click", "target": "Button: Date Range", "timestamp": 1776057841759 }, { "type": "click", "target": "Option: Last 30 Days", "timestamp": 1776057846759 }, { "type": "click", "target": "Card: Revenue Chart", "timestamp": 1776057861759 }, { "type": "click", "target": "Button: Export Data", "timestamp": 1776057876759 }, { "type": "click", "target": "Button: Send Feedback", "timestamp": 1776057916759 } ], "consoleLogs": [ { "level": "log", "message": "Dashboard loaded successfully", "timestamp": 1776057916759 }, { "level": "info", "message": "User preferences applied", "timestamp": 1776057918759 } ], "networkLogs": [ { "method": "GET", "url": "https://api.example.com/dashboard/stats", "status": 200, "statusText": "OK", "timestamp": 1776057915759, "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": 1776057917759, "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}" } ] }