-
-
Notifications
You must be signed in to change notification settings - Fork 279
Description
Platform
Flutter Mobile iOS
Obfuscation
Enabled
Debug Info
Enabled
Doctor
Dart 3.9.2
Version
sentry_flutter 9.9.2 (Dart sentry 9.9.2)
Steps to Reproduce
The customer is sending logs from a Flutter application to Sentry using the official Flutter SDK. They’ve tested both the default transport behavior and enabling eagerFlush (custom implementation, to reduce latency, they call an internal SDK API after each log capture) but they're seeing two related issues around log delivery timing and timestamps.
Main issues:
- Inconsistent log delivery delays - some logs arrive in Sentry almost immediately, but others are delayed significantly, sometimes up to ~30 minutes.
This happens intermittently for similar log events and usage patterns. The behavior is the same with default settings and with eagerFlush enabled. For additional details, please see the internal Linear issue.
Expected Result
Logs should be delivered to Sentry in a timely and reasonably consistent manne
Actual Result
Log delivery is inconsistent, with delays of up to ~30 minutes.
Are you willing to submit a PR?
None
Metadata
Metadata
Assignees
Projects
Status