chatbot-template/instrumentation.ts

6 lines
122 B
TypeScript
Raw Normal View History

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