Initial commit: Clean DSS implementation
Migrated from design-system-swarm with fresh git history.
Old project history preserved in /home/overbits/apps/design-system-swarm
Core components:
- MCP Server (Python FastAPI with mcp 1.23.1)
- Claude Plugin (agents, commands, skills, strategies, hooks, core)
- DSS Backend (dss-mvp1 - token translation, Figma sync)
- Admin UI (Node.js/React)
- Server (Node.js/Express)
- Storybook integration (dss-mvp1/.storybook)
Self-contained configuration:
- All paths relative or use DSS_BASE_PATH=/home/overbits/dss
- PYTHONPATH configured for dss-mvp1 and dss-claude-plugin
- .env file with all configuration
- Claude plugin uses ${CLAUDE_PLUGIN_ROOT} for portability
Migration completed: $(date)
🤖 Clean migration with full functionality preserved
This commit is contained in:
672
.dss/browser-logs/session-1765120564665-6x5zxa46f.json
Normal file
672
.dss/browser-logs/session-1765120564665-6x5zxa46f.json
Normal file
@@ -0,0 +1,672 @@
|
||||
{
|
||||
"sessionId": "session-1765120564665-6x5zxa46f",
|
||||
"exportedAt": "2025-12-07T15:17:35.114Z",
|
||||
"logs": [
|
||||
{
|
||||
"timestamp": 1765120564666,
|
||||
"relativeTime": 1,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Initializing application... color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Initializing application...",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564694,
|
||||
"relativeTime": 29,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "[DssDB] Database ready",
|
||||
"data": {
|
||||
"args": [
|
||||
"[DssDB] Database ready"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564889,
|
||||
"relativeTime": 224,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/projects",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/projects",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 223.2999999821186,
|
||||
"transferSize": 590,
|
||||
"encodedBodySize": 290,
|
||||
"decodedBodySize": 290
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564891,
|
||||
"relativeTime": 226,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "[ConfigLoader] Configuration loaded successfully [object Object]",
|
||||
"data": {
|
||||
"args": [
|
||||
"[ConfigLoader] Configuration loaded successfully",
|
||||
{
|
||||
"dssHost": "localhost",
|
||||
"dssPort": "3456",
|
||||
"storybookPort": 6006
|
||||
}
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564891,
|
||||
"relativeTime": 226,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Server configuration loaded color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Server configuration loaded",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564892,
|
||||
"relativeTime": 227,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [PluginService] Registered plugin: Claude AI Assistant v1.0.0 color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [PluginService] Registered plugin: Claude AI Assistant v1.0.0",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564892,
|
||||
"relativeTime": 227,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [Plugin:Claude AI Assistant] Claude plugin initializing... color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [Plugin:Claude AI Assistant] Claude plugin initializing...",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564892,
|
||||
"relativeTime": 227,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [Plugin:Claude AI Assistant] Claude plugin initialized color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [Plugin:Claude AI Assistant] Claude plugin initialized",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564892,
|
||||
"relativeTime": 227,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Plugins initialized color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Plugins initialized",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564892,
|
||||
"relativeTime": 227,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Messaging system initialized color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Messaging system initialized",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564894,
|
||||
"relativeTime": 229,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Router initialized with 12 routes color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Router initialized with 12 routes",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564894,
|
||||
"relativeTime": 229,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [PluginService] Initialized plugin: Claude AI Assistant color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [PluginService] Initialized plugin: Claude AI Assistant",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564894,
|
||||
"relativeTime": 229,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/config",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/config",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 224.2000000178814,
|
||||
"transferSize": 361,
|
||||
"encodedBodySize": 61,
|
||||
"decodedBodySize": 61
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564895,
|
||||
"relativeTime": 230,
|
||||
"level": "warn",
|
||||
"category": "console",
|
||||
"message": "SSE connection unavailable, using local-only mode",
|
||||
"data": {
|
||||
"args": [
|
||||
"SSE connection unavailable, using local-only mode"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120564896,
|
||||
"relativeTime": 231,
|
||||
"level": "metric",
|
||||
"category": "performance",
|
||||
"message": "Page load completed",
|
||||
"data": {
|
||||
"domContentLoaded": 1,
|
||||
"loadComplete": 0,
|
||||
"totalTime": 2493.5999999940395,
|
||||
"dnsLookup": 0,
|
||||
"tcpConnection": 0,
|
||||
"requestTime": 199.69999998807907,
|
||||
"responseTime": 5.199999988079071,
|
||||
"renderTime": null
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565089,
|
||||
"relativeTime": 424,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 194,
|
||||
"transferSize": 583,
|
||||
"encodedBodySize": 283,
|
||||
"decodedBodySize": 283
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565280,
|
||||
"relativeTime": 615,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/config",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/config",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 189.69999998807907,
|
||||
"transferSize": 361,
|
||||
"encodedBodySize": 61,
|
||||
"decodedBodySize": 61
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565280,
|
||||
"relativeTime": 615,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/config/figma",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/config/figma",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 189.80000001192093,
|
||||
"transferSize": 475,
|
||||
"encodedBodySize": 175,
|
||||
"decodedBodySize": 175
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565394,
|
||||
"relativeTime": 729,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/services",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/services",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 302.90000000596046,
|
||||
"transferSize": 848,
|
||||
"encodedBodySize": 548,
|
||||
"decodedBodySize": 548
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565751,
|
||||
"relativeTime": 1086,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/discovery/scan",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/discovery/scan",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 356,
|
||||
"transferSize": 835,
|
||||
"encodedBodySize": 535,
|
||||
"decodedBodySize": 535
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120565944,
|
||||
"relativeTime": 1279,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/discovery/stats",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/discovery/stats",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 191.30000001192093,
|
||||
"transferSize": 433,
|
||||
"encodedBodySize": 133,
|
||||
"decodedBodySize": 133
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566143,
|
||||
"relativeTime": 1478,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/discovery/activity",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/discovery/activity",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 197.5,
|
||||
"transferSize": 3771,
|
||||
"encodedBodySize": 3471,
|
||||
"decodedBodySize": 3471
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566342,
|
||||
"relativeTime": 1677,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Loading dashboard data color: #2196F3; font-weight: bold [object Object]",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Loading dashboard data",
|
||||
"color: #2196F3; font-weight: bold",
|
||||
{
|
||||
"projectId": "proj-1764991776412"
|
||||
}
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566344,
|
||||
"relativeTime": 1679,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Landing page initialized color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Landing page initialized",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566345,
|
||||
"relativeTime": 1680,
|
||||
"level": "log",
|
||||
"category": "console",
|
||||
"message": "%c\ud83d\udcad [App] Application initialized successfully color: #2196F3; font-weight: bold",
|
||||
"data": {
|
||||
"args": [
|
||||
"%c\ud83d\udcad [App] Application initialized successfully",
|
||||
"color: #2196F3; font-weight: bold"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566345,
|
||||
"relativeTime": 1680,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/projects",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/projects",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 191.30000001192093,
|
||||
"transferSize": 590,
|
||||
"encodedBodySize": 290,
|
||||
"decodedBodySize": 290
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120566547,
|
||||
"relativeTime": 1882,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/projects/proj-1764991776412/dashboard/summary",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/projects/proj-1764991776412/dashboard/summary",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 198.69999998807907,
|
||||
"transferSize": 668,
|
||||
"encodedBodySize": 368,
|
||||
"decodedBodySize": 368
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120570822,
|
||||
"relativeTime": 6157,
|
||||
"level": "debug",
|
||||
"category": "console",
|
||||
"message": "[BrowserLogger] Synced 27 logs to server",
|
||||
"data": {
|
||||
"args": [
|
||||
"[BrowserLogger] Synced 27 logs to server"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120570875,
|
||||
"relativeTime": 6210,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 706.2000000178814,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120595658,
|
||||
"relativeTime": 30993,
|
||||
"level": "debug",
|
||||
"category": "console",
|
||||
"message": "[BrowserLogger] Synced 29 logs to server",
|
||||
"data": {
|
||||
"args": [
|
||||
"[BrowserLogger] Synced 29 logs to server"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120595710,
|
||||
"relativeTime": 31045,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 541.2000000178814,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120597310,
|
||||
"relativeTime": 32645,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 191.69999998807907,
|
||||
"transferSize": 583,
|
||||
"encodedBodySize": 283,
|
||||
"decodedBodySize": 283
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120625657,
|
||||
"relativeTime": 60992,
|
||||
"level": "debug",
|
||||
"category": "console",
|
||||
"message": "[BrowserLogger] Synced 32 logs to server",
|
||||
"data": {
|
||||
"args": [
|
||||
"[BrowserLogger] Synced 32 logs to server"
|
||||
]
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120625709,
|
||||
"relativeTime": 61044,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 540.4000000059605,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120627308,
|
||||
"relativeTime": 62643,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 192.59999999403954,
|
||||
"transferSize": 583,
|
||||
"encodedBodySize": 283,
|
||||
"decodedBodySize": 283
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
}
|
||||
],
|
||||
"diagnostic": {
|
||||
"sessionId": "session-1765120564665-6x5zxa46f",
|
||||
"uptime": 90449,
|
||||
"totalLogs": 35,
|
||||
"errorCount": 0,
|
||||
"warnCount": 1,
|
||||
"networkRequests": 16,
|
||||
"memory": {
|
||||
"usedJSHeapSize": 8656160,
|
||||
"jsHeapSizeLimit": 4294967296,
|
||||
"usagePercent": "0.20"
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36",
|
||||
"recentErrors": [],
|
||||
"recentNetworkRequests": [
|
||||
{
|
||||
"timestamp": 1765120627308,
|
||||
"relativeTime": 62643,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 192.59999999403954,
|
||||
"transferSize": 583,
|
||||
"encodedBodySize": 283,
|
||||
"decodedBodySize": 283
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120625709,
|
||||
"relativeTime": 61044,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 540.4000000059605,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120597310,
|
||||
"relativeTime": 32645,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 191.69999998807907,
|
||||
"transferSize": 583,
|
||||
"encodedBodySize": 283,
|
||||
"decodedBodySize": 283
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120595710,
|
||||
"relativeTime": 31045,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 541.2000000178814,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
},
|
||||
{
|
||||
"timestamp": 1765120570875,
|
||||
"relativeTime": 6210,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/api/browser-logs",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 706.2000000178814,
|
||||
"transferSize": 442,
|
||||
"encodedBodySize": 142,
|
||||
"decodedBodySize": 142
|
||||
},
|
||||
"url": "https://dss.overbits.luz.uy/admin-ui/index.html",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user