Demo: Feedback Details
Demo feedback from SaaS Dashboard
Feedback #1
SaaS Dashboard
July 12th, 2026 7:47 PM
19:47:45
New
Love the new dashboard layout! Much easier to navigate now.
2 entries
log7:49:40 PM
Dashboard loaded successfully
info7:49:42 PM
User preferences applied
2 requests
GET200245ms7:49:39 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
}GET200123ms7:49:41 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
🔗
NAV7:47:45 PM
Page Load → /login
⌨️
INPUT7:47:50 PM
Input: Email → j***@example.com
⌨️
INPUT7:47:53 PM
Input: Password → ••••••••
🖱️
CLICK7:47:55 PM
Button: Sign In
🔗
NAV7:48:00 PM
Page Load → /dashboard
🖱️
CLICK7:48:15 PM
Tab: Analytics
🖱️
CLICK7:48:25 PM
Button: Date Range
🖱️
CLICK7:48:30 PM
Option: Last 30 Days
🖱️
CLICK7:48:45 PM
Card: Revenue Chart
🖱️
CLICK7:49:00 PM
Button: Export Data
🖱️
CLICK7:49:40 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": 1783885665109
},
{
"type": "input",
"target": "Input: Email",
"data": "j***@example.com",
"timestamp": 1783885670109
},
{
"type": "input",
"target": "Input: Password",
"data": "••••••••",
"timestamp": 1783885673109
},
{
"type": "click",
"target": "Button: Sign In",
"timestamp": 1783885675109
},
{
"type": "navigation",
"target": "Page Load",
"data": "/dashboard",
"timestamp": 1783885680109
},
{
"type": "click",
"target": "Tab: Analytics",
"timestamp": 1783885695109
},
{
"type": "click",
"target": "Button: Date Range",
"timestamp": 1783885705109
},
{
"type": "click",
"target": "Option: Last 30 Days",
"timestamp": 1783885710109
},
{
"type": "click",
"target": "Card: Revenue Chart",
"timestamp": 1783885725109
},
{
"type": "click",
"target": "Button: Export Data",
"timestamp": 1783885740109
},
{
"type": "click",
"target": "Button: Send Feedback",
"timestamp": 1783885780109
}
],
"consoleLogs": [
{
"level": "log",
"message": "Dashboard loaded successfully",
"timestamp": 1783885780109
},
{
"level": "info",
"message": "User preferences applied",
"timestamp": 1783885782109
}
],
"networkLogs": [
{
"method": "GET",
"url": "https://api.example.com/dashboard/stats",
"status": 200,
"statusText": "OK",
"timestamp": 1783885779109,
"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": 1783885781109,
"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}"
}
]
}