ricardoapaes/sentry-cron-command

There is no license information available for the latest version (v1.0.0) of this package.

Integration between `symfony/console` and `sentry/sentry` for scheduled tasks.

v1.0.0 2025-10-01 11:26 UTC

This package is auto-updated.

Last update: 2025-10-01 11:28:08 UTC


README

Setup

composer require ricardoapaes/sentry-cron-command

How to use?

When creating the Command in symfony/console, implement the RicardoPaes\Sentry\Cron\Command interface.

In your Application, add the events from the RicardoPaes\Sentry\Cron\ApplicationDispatch trait.

You can find a working example used in the tests in the "tests/Cron" folder.