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

Add 'Client Reports' to the .NET SDK #1455

Closed
bruno-garcia opened this issue Feb 1, 2022 · 1 comment · Fixed by #1556
Closed

Add 'Client Reports' to the .NET SDK #1455

bruno-garcia opened this issue Feb 1, 2022 · 1 comment · Fixed by #1556
Assignees
Labels
Feature New feature or request
Projects

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Feb 1, 2022

Sentry's protocol now offers a way to report counts and reason to why data gets dropped.

Spec: https://develop.sentry.dev/sdk/client-reports/

This was implemented in other places that can be used as a reference:

This will also be implemented in the following SDKs so collaborating with folks adding support there is ideal

@bruno-garcia
Copy link
Member Author

Example, spec says: queue_overflow :
It would count when hitting this:

_options.LogWarning(
"The attempt to queue the event failed. Items in queue: {0}",
Worker.QueuedItems);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Archived in project
Default
In progress
Development

Successfully merging a pull request may close this issue.

3 participants