-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Which part? Which one?
Cron Monitoring Setup
Description
Issue
Hello! 👋 I have possibly stumbled across some misleading documentation.
The main Crons documentation shows .NET is not supported:
- Sentry.io Crons section UI
- Product docs
This message led us to believe we were out of luck at first.
Reality
.NET is actually supported with full SDK integration:
- .NET Crons docs exist
SentrySdk.CaptureCheckIn()
seems to work as expected- SDK version 4.2.0+ includes cron monitoring
Is there a reason .NET isn't listed, or perhaps no one noticed/called this out before?
Does it not meet certain requirements?
Suggested Solution
Add .NET (as well as any other platform that is supported) to the supported platforms list in:
/product/crons/getting-started/
- Sentry.io Crons UI platform selector
Thank you for your time! :)
troyfitzwater