PHPackages                             modernmcguire/sentry-cron-monitoring-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. modernmcguire/sentry-cron-monitoring-laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

modernmcguire/sentry-cron-monitoring-laravel
============================================

A helper package to utilize the Cron Job monitoring tool from Sentry

0.3.0(5mo ago)819.7k↑218.2%2MITPHPPHP ^7.4|^8.0

Since Jan 5Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/modernmcguire/sentry-cron-monitoring-laravel)[ Packagist](https://packagist.org/packages/modernmcguire/sentry-cron-monitoring-laravel)[ Docs](https://github.com/modernmcguire/sentry-cron-monitoring-laravel)[ RSS](/packages/modernmcguire-sentry-cron-monitoring-laravel/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Sentry Cron Job Monitoring for Scheduled Jobs
=============================================

[](#sentry-cron-job-monitoring-for-scheduled-jobs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4dd00699062a4bfedb47a1c0aa0131d0fd5621b0c0e85da71a2111eed8dcaf7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6465726e6d6367756972652f73656e7472792d63726f6e2d6d6f6e69746f72696e672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/modernmcguire/sentry-cron-monitoring-laravel)[![Total Downloads](https://camo.githubusercontent.com/b66ac64186dd5491c8a19d23096b880f27f73ee5bdda8d0e489ab3c572f0836d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6465726e6d6367756972652f73656e7472792d63726f6e2d6d6f6e69746f72696e672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/modernmcguire/sentry-cron-monitoring-laravel)

A helper package to utilize the [Cron Job monitoring tool](https://docs.sentry.io/product/crons/) from Sentry.

> **Note** Sentry Cron Job monitoring is still in beta

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require modernmcguire/sentry-cron-monitoring-laravel
```

Then publish the config file with:

```
php artisan vendor:publish --provider="Modernmcguire\SentryCronMonitoringLaravel\SentryCronMonitoringLaravelServiceProvider"
```

Usage
-----

[](#usage)

Add the following macro to your scheduled job that you would like to track.

```
$schedule->call(function () {
    DB::table('recent_users')->delete();
})
->monitor('monitor-id-from-sentry')
->daily();
```

This will add the `before` and `after` calls necessary to track the job in Sentry.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ben Miller](https://github.com/modernmcguire)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance72

Regular maintenance activity

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~369 days

Total

4

Last Release

159d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71c1ed28974c5a60df0a84f0c98ecf9d9c421e988ce7a9cfd28ae06a500599d9?d=identicon)[modernben](/maintainers/modernben)

---

Top Contributors

[![modernben](https://avatars.githubusercontent.com/u/67608755?v=4)](https://github.com/modernben "modernben (5 commits)")[![plunkettscott](https://avatars.githubusercontent.com/u/4952170?v=4)](https://github.com/plunkettscott "plunkettscott (1 commits)")

---

Tags

cronlaravelmonitorsentrymodernmcguiresentry-cron-monitoring-laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/modernmcguire-sentry-cron-monitoring-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/modernmcguire-sentry-cron-monitoring-laravel/health.svg)](https://phpackages.com/packages/modernmcguire-sentry-cron-monitoring-laravel)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M153](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.0M602](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.2M6](/packages/spatie-laravel-flare)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
