Skip to content
Dashboard

Instrument and trace applications with the OpenTelemetry collector

instrumentation.ts
import { registerOTel } from '@vercel/otel';
export function register() {
registerOTel({ serviceName: 'acme-co' });
}

Using the Vercel OTEL package with Next.js.

Ready to deploy?