Download the PHP package modernmcguire/sentry-cron-monitoring-laravel without Composer
On this page you can find all versions of the php package modernmcguire/sentry-cron-monitoring-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download modernmcguire/sentry-cron-monitoring-laravel
More information about modernmcguire/sentry-cron-monitoring-laravel
Files in modernmcguire/sentry-cron-monitoring-laravel
Package sentry-cron-monitoring-laravel
Short Description A helper package to utilize the Cron Job monitoring tool from Sentry
License MIT
Homepage https://github.com/modernmcguire/sentry-cron-monitoring-laravel
Informations about the package sentry-cron-monitoring-laravel
Sentry Cron Job Monitoring for Scheduled Jobs
A helper package to utilize the Cron Job monitoring tool from Sentry.
Note Sentry Cron Job monitoring is still in beta
Installation
You can install the package via composer:
Then publish the config file with:
Usage
Add the following macro to your scheduled job that you would like to track.
This will add the before
and after
calls necessary to track the job in Sentry.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ben Miller
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.