Skip to content
Dashboard
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?