Vercel Marketplace tracing
The Vercel Marketplace integration collects traces for AI calls in your Vercel applications with minimal setup. No package installation required.Setup
Set up the marketplace integration by installing it from Vercel, linking Braintrust, choosing a plan, and adding a drain.Install the integration
Visit the Vercel Marketplace listing and select Install.
Select a plan and project
Select a plan and create a project name:
- Starter: Free with basic limits.
- Starter (pay-as-you-go): No monthly fee, but charges for usage beyond the free tier. Requires a payment method.
- Pro: Higher limits with a monthly fee.
Configure log drain
Choose which trace data Vercel sends to Braintrust and which projects the drain covers.Enable OpenTelemetry
In your Next.js project, create aninstrumentation.ts file and call registerOtel to emit traces to the marketplace drain.