sentry-dotnet-sdk
Audited by Runlayer on Mar 5, 2026
Tool passed security scan
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Tool: sentry-dotnet-sdk/references/error-monitoring.md [4/4]
Tool passed security scan
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Tool: sentry-dotnet-sdk/references/crons.md [2/2] Description: DoWorkAsync(context.CancellationToken); SentrySdk.CaptureCheckIn(slug, CheckInStatus.Ok, checkInId); } catch (Exception ex) { SentrySdk.CaptureCheckIn(slug, CheckInStatus.Error, checkInId); throw new JobExecutionException(ex); } } } ``` --- ## Long-Running Job Pattern (Heartbeat Loop) For processes that run continuously and should check in periodically: ```csharp public class LongRunningProcessor : BackgroundService { private const s
Malicious tool definition detected
| |---------|---------------|-------------| | Error Monitoring | `references/error-monitoring.md` | Always — `CaptureException`, scopes, enrichment, filtering | | Tracing | `references/tracing.md` | Server apps, distributed tracing, EF Core spans, custom instrumentation | | Profiling | `references/profiling.md` | Performance-critical apps on .NET 6+ | | Logging | `references/logging.md` | `ILogger<T>`, Serilog, NLog, log4net integration | | Crons | `references/crons.md` | Hangfire, Quartz.NET, o
Malicious tool definition detected