Installation 

Install the package 

Run this command in the TYPO3 project root:

composer require andersundsehr/sentry_cron_monitor
Copied!

Composer installs the extension and its Sentry SDK dependency. The extension registers its Scheduler integration when TYPO3 loads the package.

Clear caches 

Clear the TYPO3 caches after installing the package:

vendor/bin/typo3 cache:flush
Copied!

The extension has no database schema and adds no Scheduler task of its own.

Next step 

Add the project-specific values described in Configuration.