Recently, more and more Inspector customers are writing to me for advice on how to integrate our observability platform to monitor their Laravel application deployed in the AWS serverless environment with Vapor. So I decided to write an extended tutorial for the different options you have to use Inspector to monitor your serverless Laravel application.
In most of the projects I've worked on, 50% of downtimes are due to simple code mistakes.
Inspector is a composer package to add real-time code execution monitoring to your Laravel application.
id: 2 name: vapor-laravel-app environments: production: runtime: docker # Use docker as runtime environment build: - 'composer install --no-dev'