Overview
Sentry provides error monitoring and tracing for Laravel applications. Forge has partnered with Sentry to allow you to create new Sentry organizations without leaving Forge. After creating your Sentry organization, you may easily add Sentry error monitoring to any of your Forge powered sites.Connect with Sentry
Before you can use Sentry with Forge, you must connect your Forge account to a Sentry account. To do this, visit the Sentry panel in the Forge dashboard.
It is not possible to use an existing Sentry organization with the Forge integration. Forge created Sentry projects will be added
to the new organization.
Creating Sentry Projects
Forge allows you to create new Sentry projects directly from the Forge dashboard. To create a new Sentry project, visit the site’s Sentry dashboard.
Forge does not automatically install Sentry into your Laravel application. You should install the
Sentry SDK for Laravel via Composer and define the
SENTRY_DSN
environment variable.Circle Permissions
The ability to manage a site’s Sentry project is determined by thesite:manage-integrations
permission.