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
The Cocoa SDK only attaches a client report envelope item when there are envelope items to send after applying the rate limit. This means, that the SDK won't send out a client report if all envelope items are rate limited or for example the user drops all events in beforeSend. We can fix this by checking in the HTTPTransport if the ClientReports contain more than x discarded events and then send out the client report and by only sending out a client report maximum every x seconds.
The text was updated successfully, but these errors were encountered:
Description
The Cocoa SDK only attaches a client report envelope item when there are envelope items to send after applying the rate limit. This means, that the SDK won't send out a client report if all envelope items are rate limited or for example the user drops all events in beforeSend. We can fix this by checking in the HTTPTransport if the ClientReports contain more than x discarded events and then send out the client report and by only sending out a client report maximum every x seconds.
The text was updated successfully, but these errors were encountered: