Skip to content

Commit 2f96983

Browse files
📝 update AGENTS.md monorepo structure to reflect current packages (#4826)
1 parent 8af9fbf commit 2f96983

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

AGENTS.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,27 @@ yarn format
5050

5151
```
5252
packages/
53-
├── core/ # Shared utilities (Observable, configuration, transport)
54-
├── rum-core/ # Core RUM functionality
55-
├── rum/ # Full RUM package
56-
├── rum-slim/ # Lightweight RUM
57-
├── rum-react/ # React integration
58-
├── logs/ # Browser logging
59-
└── worker/ # Web Worker support
60-
61-
developer-extension/ # Chrome DevTools extension
62-
63-
docs/ # Repository documentation
53+
├── browser-core/ # Shared utilities (Observable, configuration, transport)
54+
├── browser-rum-core/ # Core RUM functionality
55+
├── browser-rum/ # Full RUM package
56+
├── browser-rum-slim/ # Lightweight RUM
57+
├── browser-rum-react/ # React integration
58+
├── browser-rum-angular/ # Angular integration
59+
├── browser-rum-vue/ # Vue integration
60+
├── browser-rum-nextjs/ # Next.js integration
61+
├── browser-rum-nuxt/ # Nuxt integration
62+
├── browser-logs/ # Browser logging
63+
├── browser-worker/ # Web Worker support
64+
├── browser-debugger/ # Live Debugger (capture function snapshots without code changes)
65+
└── js-core/ # Runtime-agnostic core utilities shared across Datadog JS SDKs
66+
67+
developer-extension/ # Chrome DevTools extension
68+
69+
remote-configuration/ # Remote configuration schema (mirrors internal repo)
70+
71+
sandbox/ # Local dev sandbox (served by `yarn dev` at localhost:8080)
72+
73+
docs/ # Repository documentation
6474
6575
test/
6676
├── apps/ # Test apps for E2E and performance testing

0 commit comments

Comments
 (0)