feat: initialize otel collector (#989)

This commit is contained in:
Jeremy 2025-05-07 21:43:19 -07:00 committed by GitHub
parent 75af1320f4
commit 35395969cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ai-chatbot",
"version": "3.0.20",
"version": "3.0.21",
"private": true,
"scripts": {
"dev": "next dev --turbo",
@ -26,6 +26,8 @@
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.35.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.200.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
@ -39,6 +41,7 @@
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.1",
"@vercel/functions": "^2.0.0",
"@vercel/otel": "^1.12.0",
"@vercel/postgres": "^0.10.0",
"ai": "4.3.13",
"bcrypt-ts": "^5.0.2",