How to report exceptions asynchronously in laravel?

Currently, the exceptions take some time to be displayed because of the immediate reporting to Sentry service. I’m using the latest sentry/sentry-laravel package in my Laravel 5.4 application and was wondering if there’s way to send the exceptions async so there’s no delay in generating the response.

Any help would be appreciated. Thanks in advance.