Overview
Sentry provides error monitoring and tracing for Laravel applications. Vapor has partnered with Sentry to allow you to create new Sentry organizations without leaving Vapor. After creating your Sentry organization, you may easily add Sentry error monitoring to any of your Vapor projects.Connect with Sentry
Before you can use Sentry with Vapor, you must connect your Vapor account to a Sentry account. To do this, visit the Sentry panel in the team settings dashboard.
It is not possible to use an existing Sentry organization with the Vapor integration. Vapor created Sentry projects will be added
to the new organization.
Creating Sentry Projects
Vapor allows you to create new Sentry projects directly from the Vapor dashboard. To create a new Sentry project, visit the project’s Sentry dashboard.
Vapor does not automatically install Sentry into your Laravel application. You should install the
Sentry SDK for Laravel via Composer and define the
SENTRY_LARAVEL_DSN
environment variable.