Sentry requests from Laravel always time out

All the network requests to Sentry from my Laravel app are timing out. I’m running Laravel inside a VirtualBox VM.

“php artisan sentry:test” also times out.

I am able to ping sentry.io from the VM terminal so not sure where the problem is.

Any tips on how I can debug this?

I’m able to successfully send an event using the sentry-cli.