PHPackages                             lionmm/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. lionmm/sentry-cron-monitoring-laravel

Abandoned → [sentry/sentry-laravel](/?search=sentry%2Fsentry-laravel)Library[Logging &amp; Monitoring](/categories/logging)

lionmm/sentry-cron-monitoring-laravel
=====================================

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

0.2.2(2y ago)038MITPHPPHP &gt;=7.4|&gt;=8.0

Since Mar 22Pushed 2y agoCompare

[ Source](https://github.com/LionMM/sentry-cron-monitoring-laravel)[ Packagist](https://packagist.org/packages/lionmm/sentry-cron-monitoring-laravel)[ Docs](https://github.com/LionMM/sentry-cron-monitoring-laravel/branches)[ RSS](/packages/lionmm-sentry-cron-monitoring-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)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/210d4358417db14ee4130ac3a4c24138d610aa5eea5736cbdad3d852a2bb3445/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696f6e6d6d2f73656e7472792d63726f6e2d6d6f6e69746f72696e672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lionmm/sentry-cron-monitoring-laravel)[![Total Downloads](https://camo.githubusercontent.com/dacd461b7ae79902d3b7d7d04b275b685dc575148c54647ed67fbf1c5dd50af5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696f6e6d6d2f73656e7472792d63726f6e2d6d6f6e69746f72696e672d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lionmm/sentry-cron-monitoring-laravel)

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

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

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

[](#installation)

You can install the package via composer:

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

Then publish the config file with:

```
php artisan vendor:publish --provider="LionMM\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`, `onSuccess` and `onFailure` calls necessary to track the job in Sentry.

### 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.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~130 days

Total

4

Last Release

756d ago

PHP version history (2 changes)0.2.1-rc1PHP ^7.4|^8.0

0.2.2PHP &gt;=7.4|&gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/859368dc86aa5559f37ad0144c59928a2e8b4341c41d00579e777763f3aed1be?d=identicon)[LionMM](/maintainers/LionMM)

---

Top Contributors

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

---

Tags

laravelmonitoringcronsentry

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

90197.2k1](/packages/jenssegers-raven)[jackwh/laravel-new-relic

Monitor your Laravel application performance with New Relic

112827.2k](/packages/jackwh-laravel-new-relic)[kssadi/log-tracker

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)

PHPackages © 2026

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