Skip to main content
GreenSlope

Vercel

If you deploy on Vercel, the Vercel integration is the fastest path to release-aware triage. It does three jobs:

  1. OTel sink: routes Vercel OpenTelemetry output into GreenSlope.
  2. Deploy webhooks: records successful deployments as release events.
  3. Rollback deep-link: links responders to the relevant Vercel rollback dialog when a suspected-bad release is found.

Install

  1. In the GreenSlope dashboard, go to Settings → Integrations → Vercel.
  2. Click Install on Vercel and authorise the team/projects you want instrumented.
  3. Pick the projects to enable. Each project maps to a GreenSlope service. The name defaults to the Vercel project name and can be edited.

OTel sink

Once installed, GreenSlope is registered as the OTel destination for the project. For Vercel-only projects, this can replace the manual exporter configuration from the Next.js quickstart.

Deploy context

When a Vercel deploy finishes, GreenSlope maps Vercel metadata into release context:

Vercel fieldGreenSlope use
deployment.meta.githubCommitSharelease ID
deployment.targetenvironment
deployment.meta.githubCommitAuthorLogindeploy actor
deployment.meta.githubPrNumberpull-request context, when known

Preview deploys are recorded as release context but do not trigger production regression checks.

Uninstall

Remove the integration from Settings → Integrations → Vercel → Uninstall, or from the Vercel dashboard's integration page. Uninstalling stops new webhooks but keeps existing incident and release history until normal retention deletes it.

Related