chatbot-template/instrumentation.ts

6 lines
124 B
TypeScript
Raw Normal View History

import { registerOTel } from "@vercel/otel";
2025-05-07 21:43:19 -07:00
export function register() {
registerOTel({ serviceName: "ai-chatbot" });
2025-05-07 21:43:19 -07:00
}