Sending Vercel logs to Uptrace
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 drains 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://FIXME@api.uptrace.dev?grpc=4317' }
format: NDJSON
See Vercel documentation for details.