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

Implement client reports for Node #12822

Closed
mydea opened this issue Jul 9, 2024 · 1 comment · Fixed by #12951
Closed

Implement client reports for Node #12822

mydea opened this issue Jul 9, 2024 · 1 comment · Fixed by #12951
Assignees

Comments

@mydea
Copy link
Member

mydea commented Jul 9, 2024

Today, client reports for dropped events are only sent in Browser SDKs. Node SDKs do not have an implementation for this. We want to add this so client reports are also sent in Node.

Note that the jsdoc for the sendClientReports option on the client already says that this is true by default, which is not actually true in Node.

Open questions

  • When should we flush client report outcomes? We could do it in a throttled/debounced way, e.g. every 5 seconds or so.
@lforst
Copy link
Member

lforst commented Jul 15, 2024

The python SDK sends client reports by appending them to existing outgoing envelopes once every 60 seconds, and flushing them on process exit.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants