analytics_flutter
analytics_flutter copied to clipboard
Fix: Prevent failed events from being dequeued
In SegmentDestination, ensure that only events that were sent successfully are added to the sentEvents list. This allows failed events to remain in the queue and be retried in the next attempt.