-
Notifications
You must be signed in to change notification settings - Fork 168
adlrb/another prestart #4113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
adlrb/another prestart #4113
Conversation
- STACK.md - Technologies and dependencies - ARCHITECTURE.md - System design and patterns - STRUCTURE.md - Directory layout - CONVENTIONS.md - Code style and patterns - TESTING.md - Test structure - INTEGRATIONS.md - External services - CONCERNS.md - Technical debt and issues
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
|
Squashes initial setup, codebase mapping, and phase 1 implementation: - Export startTelemetryTransport from telemetry module - Add split initialization test suite - Fix unbuffer race condition
Implements phase 2 - RUM telemetry capture in early initialization: - Add hooks early creation to preStartRum - Activate telemetry collection in preStart - Wire hooks parameter and fix re-exports
Integrates phase 3 - RUM transport with observable architecture: - Fix observable architecture (BufferedObservable pattern) - Add integration tests for preStart telemetry transport - Update startTelemetryTransport to unbuffer parameter observable
Completes phase 4 - comprehensive testing and validation: - Unit tests for RUM and Logs preStart telemetry capture - E2E tests ensuring errors appear in first batch - Performance tests measuring preStart overhead
Remove all temporary planning files and documentation: - Remove .planning directory with phase plans and context - Keep only source code and tests
aea8f79 to
dc1a84f
Compare
Motivation
Changes
Test instructions
Checklist