Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Client Report When Fully Rate Limited #4468

Open
philipphofmann opened this issue Oct 23, 2024 · 0 comments
Open

Send Client Report When Fully Rate Limited #4468

philipphofmann opened this issue Oct 23, 2024 · 0 comments

Comments

@philipphofmann
Copy link
Member

philipphofmann commented Oct 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant