I am trying the BugSnag integration with a Laravel app deployed on AWS Lambda through Laravel Vapor.
Bugsnag is working fine on my local but doesn’t send any error from AWS Lamda.
I also tried Bugsnag::setBatchSending(false) but it is still not working for me.
Any ideas what can be wrong?