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:
Digital Production Factory
2025-12-09 18:45:48 -03:00
commit 276ed71f31
884 changed files with 373737 additions and 0 deletions

View File

@@ -0,0 +1,821 @@
{
"sessionId": "session-1765032816438-fug5js9yy",
"exportedAt": "2025-12-06T14:57:36.392Z",
"logs": [
{
"timestamp": 1765032816438,
"relativeTime": 0,
"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#settings",
"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": 1765032816445,
"relativeTime": 7,
"level": "metric",
"category": "performance",
"message": "Page load completed",
"data": {
"domContentLoaded": 0.5999999940395355,
"loadComplete": 0,
"totalTime": 269.09999999403954,
"dnsLookup": 0,
"tcpConnection": 0,
"requestTime": 209.2999999821186,
"responseTime": 1.5,
"renderTime": null
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032816719,
"relativeTime": 281,
"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#settings",
"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": 1765032816719,
"relativeTime": 281,
"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#settings",
"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": 1765032816720,
"relativeTime": 282,
"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#settings",
"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": 1765032816720,
"relativeTime": 282,
"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#settings",
"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": 1765032816720,
"relativeTime": 282,
"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#settings",
"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": 1765032816720,
"relativeTime": 282,
"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#settings",
"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": 1765032816720,
"relativeTime": 282,
"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#settings",
"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": 1765032816724,
"relativeTime": 286,
"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#settings",
"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": 1765032816725,
"relativeTime": 287,
"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#settings",
"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": 1765032816725,
"relativeTime": 287,
"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": 280.40000000596046,
"transferSize": 527,
"encodedBodySize": 227,
"decodedBodySize": 227
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032816725,
"relativeTime": 287,
"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": 277.5,
"transferSize": 361,
"encodedBodySize": 61,
"decodedBodySize": 61
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032816921,
"relativeTime": 483,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 193.89999997615814,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032817121,
"relativeTime": 683,
"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": 194.7000000178814,
"transferSize": 475,
"encodedBodySize": 175,
"decodedBodySize": 175
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032817121,
"relativeTime": 683,
"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": 197.39999997615814,
"transferSize": 361,
"encodedBodySize": 61,
"decodedBodySize": 61
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032817203,
"relativeTime": 765,
"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": 277,
"transferSize": 848,
"encodedBodySize": 548,
"decodedBodySize": 548
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032817667,
"relativeTime": 1229,
"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": 461.60000002384186,
"transferSize": 834,
"encodedBodySize": 534,
"decodedBodySize": 534
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032817864,
"relativeTime": 1426,
"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": 193.90000000596046,
"transferSize": 433,
"encodedBodySize": 133,
"decodedBodySize": 133
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032818064,
"relativeTime": 1626,
"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": 198,
"transferSize": 3740,
"encodedBodySize": 3440,
"decodedBodySize": 3440
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032818261,
"relativeTime": 1823,
"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#settings",
"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": 1765032818268,
"relativeTime": 1830,
"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#settings",
"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": 1765032818271,
"relativeTime": 1833,
"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": 193.5,
"transferSize": 527,
"encodedBodySize": 227,
"decodedBodySize": 227
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032818467,
"relativeTime": 2029,
"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": 199.60000002384186,
"transferSize": 668,
"encodedBodySize": 368,
"decodedBodySize": 368
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032822266,
"relativeTime": 5828,
"level": "debug",
"category": "console",
"message": "[BrowserLogger] Synced 24 logs to server",
"data": {
"args": [
"[BrowserLogger] Synced 24 logs to server"
]
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032822317,
"relativeTime": 5879,
"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": 670.4000000059605,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032847130,
"relativeTime": 30692,
"level": "debug",
"category": "console",
"message": "[BrowserLogger] Synced 26 logs to server",
"data": {
"args": [
"[BrowserLogger] Synced 26 logs to server"
]
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032847182,
"relativeTime": 30744,
"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": 537.9000000059605,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032848799,
"relativeTime": 32361,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 206.89999997615814,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032877136,
"relativeTime": 60698,
"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#settings",
"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": 1765032877188,
"relativeTime": 60750,
"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.5999999940395,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032878784,
"relativeTime": 62346,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 193.69999998807907,
"transferSize": 582,
"encodedBodySize": 282,
"decodedBodySize": 282
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032907266,
"relativeTime": 90828,
"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#settings",
"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": 1765032907318,
"relativeTime": 90880,
"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": 672.7000000178814,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032908786,
"relativeTime": 92348,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 193.69999998807907,
"transferSize": 582,
"encodedBodySize": 282,
"decodedBodySize": 282
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032937258,
"relativeTime": 120820,
"level": "debug",
"category": "console",
"message": "[BrowserLogger] Synced 35 logs to server",
"data": {
"args": [
"[BrowserLogger] Synced 35 logs to server"
]
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032937311,
"relativeTime": 120873,
"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": 667.0999999940395,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032939354,
"relativeTime": 122916,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 763.0999999940395,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032967134,
"relativeTime": 150696,
"level": "debug",
"category": "console",
"message": "[BrowserLogger] Synced 38 logs to server",
"data": {
"args": [
"[BrowserLogger] Synced 38 logs to server"
]
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032967186,
"relativeTime": 150748,
"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": 542.8000000119209,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032968784,
"relativeTime": 152346,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 193.40000000596046,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032997307,
"relativeTime": 180869,
"level": "debug",
"category": "console",
"message": "[BrowserLogger] Synced 41 logs to server",
"data": {
"args": [
"[BrowserLogger] Synced 41 logs to server"
]
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032997359,
"relativeTime": 180921,
"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": 712.5,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032998789,
"relativeTime": 182351,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 195.30000001192093,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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-1765032816438-fug5js9yy",
"uptime": 239954,
"totalLogs": 44,
"errorCount": 0,
"warnCount": 0,
"networkRequests": 24,
"memory": {
"usedJSHeapSize": 194932861,
"jsHeapSizeLimit": 4294967296,
"usagePercent": "4.54"
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032998789,
"relativeTime": 182351,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 195.30000001192093,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032997359,
"relativeTime": 180921,
"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": 712.5,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032968784,
"relativeTime": 152346,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 193.40000000596046,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032967186,
"relativeTime": 150748,
"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": 542.8000000119209,
"transferSize": 443,
"encodedBodySize": 143,
"decodedBodySize": 143
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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": 1765032939354,
"relativeTime": 122916,
"level": "network",
"category": "fetch",
"message": "FETCH https://dss.overbits.luz.uy/health",
"data": {
"url": "https://dss.overbits.luz.uy/health",
"initiatorType": "fetch",
"duration": 763.0999999940395,
"transferSize": 581,
"encodedBodySize": 281,
"decodedBodySize": 281
},
"url": "https://dss.overbits.luz.uy/admin-ui/index.html#settings",
"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"
}
]
}
}