Laravel CLI errors not showing up on Sentry

PHP 7.3
Laravel v6.18.0
sentry/sentry-laravel 1.2.0

We are using captureMessage() and captureException() and we have no problems sending both types of events to Sentry on HTTP. But events from the CLI (i.e. artisan commands) does not show up for some reason. We have already followed the setup guide from the docs.

Please advise.

Can you try and update to sentry/sentry-laravel version ^1.7 and see if that fixes the problems you are having?