getsentry / getsentry/sentry-dotnet
Add `BeforeSendCheckIn` callback Option
Open
.NET
Checks
Feature
public API
Question
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Description
### Summary
We currently do not expose a `BeforeSendCheckIn` callback option. SDKs may *optionally* offer such a callback option for `SentryCheckIn` via `CaptureCheckIn`.
To gauge impact, please upvote if this option/callback would be useful for your scenarios.
### Remarks
The docs were updated to clarify that `BeforeSend` (for Events only) should not be used for Check-Ins (and other non-Events, such as Transactions and Logs).
Check-Ins may use an *optional* `BeforeSendCheckIn`.
See [https://github.com/getsentry/sentry-docs/pull/14972]()
Question:
Do we want to add a `BeforeSendCheckIn` callback option?
Contributor guide
Assessment
This issue has not been assessed yet.