sentry-php-sdk
Audited by Runlayer on Mar 6, 2026
Risky tool definition detected
Tool passed security scan
Risky tool definition detected
Risky tool definition detected
\Sentry\captureCheckIn( slug: 'my-cron-job', status: CheckInStatus::ok(), checkInId: $checkInId, ); // Wrapper approach \Sentry\withMonitor( slug: 'my-cron-job', callback: fn () => $this->doWork(), ); // With programmatic monitor config $monitorConfig = new \Sentry\MonitorConfig( \Sentry\MonitorSchedule::crontab('*/10 * * * *'), checkinMargin: 5, maxRuntime: 15, timezone: 'Europe/Vienna', failureIssueThreshold: 2, recoveryThreshold: 5, ); $checkInId = \Sentry\captureCheckIn( slug: 'my-cron-job',
Tool passed security scan
Risky tool definition detected
Risky tool definition detected
Tool passed security scan
Risky tool definition detected
Tool passed security scan
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan