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
feat(core): expose droppedEvents() on SegmentClient
Replace fragile log-interception pattern in e2e-cli with a proper
counter on SegmentDestination. The CLI now calls client.droppedEvents()
instead of monkey-patching logger.error and regex-matching drop messages.
- Add droppedEventCount property to SegmentDestination
- Add droppedEvents() accessor on SegmentClient (mirrors pendingEvents)
- Remove interceptDropCount helper from e2e-cli
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments