Sentry not working with Laravel HTTP requests

I set up Sentry on a Laravel 7 project but can not make it work when exception is thrown at http request.
It works fine with commands (php artisan sentry:test works) but when the application is at http scope events are not shown at sentry.
I did some debug and can see that the exceptions are delivered to sentry Hub class, but for some reason are not flushed.