Skip to content

ricardoapaes/sentry-cron-command

Repository files navigation

[sentry-cron-command] Integration between symfony/console and sentry/sentry for scheduled tasks. CI

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.

About

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

Resources

Stars

Watchers

Forks