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
Does StableMetric intentionally repeatedly sends old data?
I've have very simple setup, and calling counter.add(value: 101, attribute: nil) will send 101 value on repeat as long as the app is alive. If I track more events, the old events will be sent with new ones
I found this by inspecting network request and later placing break point here
Does StableMetric intentionally repeatedly sends old data?
I've have very simple setup, and calling
counter.add(value: 101, attribute: nil)
will send101
value on repeat as long as the app is alive. If I track more events, the old events will be sent with new onesI found this by inspecting network request and later placing break point here
Here's my setup:
I am using 1.12.1 version
The text was updated successfully, but these errors were encountered: