-
Notifications
You must be signed in to change notification settings - Fork 11
Pending events are never sent #67
Comments
@cesarferreira Happy to help. I believe this happens in your dev environment, right? I have problem to get this reproduced. Do you mind sharing the repo steps? |
Hi! Thanks for the quick reply. This happens in production. Is there a way to set this to Dev environment and I'm not aware of it? What repo steps? I create a singleton of the analytics class on main.dart and then use it everywhere. It looks like it's gathering an array of events and it never manages to deliver them. I don't know how can I give you more information. Is there a possibility it's failing to upload and retaining them? Best Regards. César |
What I mean is, does this log happen while you're doing development? Or this is some log getting reported to something like Splunk? I wonder if it happens on your device or it's from your customers'. |
happens to both me developing and to customers as well. |
Cool, would mind share what are the steps to get this reproduced? Or you're also not sure? |
After a few events it just stops sending them to the server and I see events with old timestamps on the logs. Also tried |
Forked the library and noticed all responses were coming as 400, yet only 200 and 413 are being handled, everything else is swallowed without any warning.
I was sending the properties in a bad way. Still, I think the library should print a warning and at least dispose those items, the way it is now, once it gets a bad event it wont get out of the 400 error loop. Thanks for you time! |
every time I trigger an event / wait for a period of time I get the same logs:
checking the timestamp of
event_id: 27
:It looks like it gets a list of pending events to send but it never sends them.. all of our data is inaccurate .
It's like when a fresh install occurs it can send events until some limit then it just stops and keeps logging this list.
this is my analytics class:
and the tracking:
The text was updated successfully, but these errors were encountered: