getsentry / getsentry/sentry-dotnet
Skip reporting blocking calls from the SDK itself
Open
.NET
Improvement
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
We have some blocking calls from the SDK which cant' be made async. These are public on the sandbox: https://sandbox.sentry.io/issues/6562584726/?project=4508160335675392&query=is%3Aunresolved&referrer=issue-stream&stream_index=9
They are just wasting quota and are not helpful. We need to build rules to skip reporting these:
See:
* https://github.com/sentry-demos/empower/issues/850
Example: 
Contributor guide
Assessment
This issue has not been assessed yet.