Vercel AI SDK's Chat template using Next and OpenTelemetry with Sentry
This example shows how to use the AI SDK with Next.js, OpenAI and Sentry to create a ChatGPT-like AI-powered streaming chat bot with OpenTelemetry support.
Deploy the example using Vercel:
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry-sentry next-openai-telemetry-sentry-app
yarn create next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry-sentry next-openai-telemetry-sentry-app
pnpm create next-app --example https://github.com/vercel/ai/tree/main/examples/next-openai-telemetry-sentry next-openai-telemetry-sentry-app
To run the example locally you need to:
.env.local
SENTRY_ORG
environment variable.SENTRY_PROJECT
environment variable.SENTRY_AUTH_TOKEN
environment variable.NEXT_PUBLIC_SENTRY_DSN
environment variable.pnpm install
to install the required dependencies.pnpm dev
to launch the development server.To learn more about OpenAI, Next.js, and the AI SDK take a look at the following resources: