Sending Vercel logs to Uptrace

Ingest Vercel Logs

Vercel is a cloud platform that provides serverless deployment and hosting for web applications. It provides a seamless way to build, deploy and scale websites or web applications with a focus on front-end development.

Vercel log drainsopen in new window allow you to centralize log data from your applications, which makes it easier to debug, monitor, and analyze. Once a new log line is created, these logs can then be forwarded to archival, search, and alerting services.

Uptrace supports Vercel log drains on the following endpoint:

method: POST
endpoint: https://api.uptrace.dev/api/v1/vercel/logs
headers: { 'uptrace-dsn': 'https://token@api.uptrace.dev/project_id' }
format: NDJSON

See Vercel documentationopen in new window for details.

Last Updated: