You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(error-handling): Enhance error context in PageCollector event handlers (Phase 3.2)
- #onTargetCreated: Add target type/URL context to initialization errors
- #onTargetDestroyed: Add target type/URL context to cleanup errors
- Errors are recoverable (transient targets/pages), but context aids debugging
- Distinguishes between recoverable and fatal errors with clear documentation
This improves observability for long-running sessions and helps identify
transient vs systemic failures in target lifecycle management.
0 commit comments