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:
912
.dss/browser-logs/session-1765120288855-uj7jb1etc.json
Normal file
912
.dss/browser-logs/session-1765120288855-uj7jb1etc.json
Normal file
@@ -0,0 +1,912 @@
|
||||
{
|
||||
"sessionId": "session-1765120288855-uj7jb1etc",
|
||||
"exportedAt": "2025-12-07T15:15:58.857Z",
|
||||
"logs": [
|
||||
{
|
||||
"timestamp": 1765120288856,
|
||||
"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": 1765120288861,
|
||||
"relativeTime": 6,
|
||||
"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": 1765120289045,
|
||||
"relativeTime": 190,
|
||||
"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": 189.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": 1765120289047,
|
||||
"relativeTime": 192,
|
||||
"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": 1765120289047,
|
||||
"relativeTime": 192,
|
||||
"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": 1765120289048,
|
||||
"relativeTime": 193,
|
||||
"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": 1765120289048,
|
||||
"relativeTime": 193,
|
||||
"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": 1765120289048,
|
||||
"relativeTime": 193,
|
||||
"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": 1765120289048,
|
||||
"relativeTime": 193,
|
||||
"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": 1765120289048,
|
||||
"relativeTime": 193,
|
||||
"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": 1765120289050,
|
||||
"relativeTime": 195,
|
||||
"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": 1765120289050,
|
||||
"relativeTime": 195,
|
||||
"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": 1765120289050,
|
||||
"relativeTime": 195,
|
||||
"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": 190.40000000596046,
|
||||
"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": 1765120289051,
|
||||
"relativeTime": 196,
|
||||
"level": "metric",
|
||||
"category": "performance",
|
||||
"message": "Page load completed",
|
||||
"data": {
|
||||
"domContentLoaded": 0.9000000059604645,
|
||||
"loadComplete": 0,
|
||||
"totalTime": 763.5,
|
||||
"dnsLookup": 0,
|
||||
"tcpConnection": 0,
|
||||
"requestTime": 198.09999999403954,
|
||||
"responseTime": 1.5999999940395355,
|
||||
"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": 1765120289055,
|
||||
"relativeTime": 200,
|
||||
"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": 1765120289240,
|
||||
"relativeTime": 385,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 189.90000000596046,
|
||||
"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": 1765120289433,
|
||||
"relativeTime": 578,
|
||||
"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": 1765120289433,
|
||||
"relativeTime": 578,
|
||||
"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": 191.19999998807907,
|
||||
"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": 1765120289537,
|
||||
"relativeTime": 682,
|
||||
"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": 293.59999999403954,
|
||||
"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": 1765120289944,
|
||||
"relativeTime": 1089,
|
||||
"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": 402.59999999403954,
|
||||
"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": 1765120290140,
|
||||
"relativeTime": 1285,
|
||||
"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.80000001192093,
|
||||
"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": 1765120290344,
|
||||
"relativeTime": 1489,
|
||||
"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": 203.30000001192093,
|
||||
"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": 1765120290538,
|
||||
"relativeTime": 1683,
|
||||
"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": 1765120290544,
|
||||
"relativeTime": 1689,
|
||||
"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": 1765120290546,
|
||||
"relativeTime": 1691,
|
||||
"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": 1765120290550,
|
||||
"relativeTime": 1695,
|
||||
"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": 190.7999999821186,
|
||||
"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": 1765120290752,
|
||||
"relativeTime": 1897,
|
||||
"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": 206.89999997615814,
|
||||
"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": 1765120294567,
|
||||
"relativeTime": 5712,
|
||||
"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": 1765120294618,
|
||||
"relativeTime": 5763,
|
||||
"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.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": 1765120319670,
|
||||
"relativeTime": 30815,
|
||||
"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": 1765120319721,
|
||||
"relativeTime": 30866,
|
||||
"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": 548.1999999880791,
|
||||
"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": 1765120321316,
|
||||
"relativeTime": 32461,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 196,
|
||||
"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": 1765120349655,
|
||||
"relativeTime": 60800,
|
||||
"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": 1765120349707,
|
||||
"relativeTime": 60852,
|
||||
"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.3000000119209,
|
||||
"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": 1765120351311,
|
||||
"relativeTime": 62456,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 196,
|
||||
"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": 1765120379798,
|
||||
"relativeTime": 90943,
|
||||
"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",
|
||||
"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": 1765120379851,
|
||||
"relativeTime": 90996,
|
||||
"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": 681.2999999821186,
|
||||
"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": 1765120381312,
|
||||
"relativeTime": 92457,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 189.80000001192093,
|
||||
"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": 1765120409821,
|
||||
"relativeTime": 120966,
|
||||
"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",
|
||||
"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": 1765120409872,
|
||||
"relativeTime": 121017,
|
||||
"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": 705.6999999880791,
|
||||
"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": 1765120411309,
|
||||
"relativeTime": 122454,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 192.89999997615814,
|
||||
"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": 1765120439828,
|
||||
"relativeTime": 150973,
|
||||
"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",
|
||||
"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": 1765120439890,
|
||||
"relativeTime": 151035,
|
||||
"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": 711.7999999821186,
|
||||
"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": 1765120441315,
|
||||
"relativeTime": 152460,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 200.5,
|
||||
"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": 1765120469829,
|
||||
"relativeTime": 180974,
|
||||
"level": "debug",
|
||||
"category": "console",
|
||||
"message": "[BrowserLogger] Synced 44 logs to server",
|
||||
"data": {
|
||||
"args": [
|
||||
"[BrowserLogger] Synced 44 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": 1765120469880,
|
||||
"relativeTime": 181025,
|
||||
"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": 711.7999999821186,
|
||||
"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": 1765120471316,
|
||||
"relativeTime": 182461,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 199.2000000178814,
|
||||
"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": 1765120541361,
|
||||
"relativeTime": 252506,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 199.7999999821186,
|
||||
"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": 1765120541874,
|
||||
"relativeTime": 253019,
|
||||
"level": "debug",
|
||||
"category": "console",
|
||||
"message": "[BrowserLogger] Synced 48 logs to server",
|
||||
"data": {
|
||||
"args": [
|
||||
"[BrowserLogger] Synced 48 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": 1765120541926,
|
||||
"relativeTime": 253071,
|
||||
"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": 714.1000000238419,
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"diagnostic": {
|
||||
"sessionId": "session-1765120288855-uj7jb1etc",
|
||||
"uptime": 270002,
|
||||
"totalLogs": 50,
|
||||
"errorCount": 0,
|
||||
"warnCount": 1,
|
||||
"networkRequests": 26,
|
||||
"memory": {
|
||||
"usedJSHeapSize": 8896759,
|
||||
"jsHeapSizeLimit": 4294967296,
|
||||
"usagePercent": "0.21"
|
||||
},
|
||||
"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": 1765120541926,
|
||||
"relativeTime": 253071,
|
||||
"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": 714.1000000238419,
|
||||
"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": 1765120541361,
|
||||
"relativeTime": 252506,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 199.7999999821186,
|
||||
"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": 1765120471316,
|
||||
"relativeTime": 182461,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 199.2000000178814,
|
||||
"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": 1765120469880,
|
||||
"relativeTime": 181025,
|
||||
"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": 711.7999999821186,
|
||||
"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": 1765120441315,
|
||||
"relativeTime": 152460,
|
||||
"level": "network",
|
||||
"category": "fetch",
|
||||
"message": "FETCH https://dss.overbits.luz.uy/health",
|
||||
"data": {
|
||||
"url": "https://dss.overbits.luz.uy/health",
|
||||
"initiatorType": "fetch",
|
||||
"duration": 200.5,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user