Hi,
We've gone through the documentation and made the required changes and cannot seem to get the AI Agent Monitoring to record anything. We're using the Vercel AI SDK and NextJS. The dependency versions we're using are:
'@ai-sdk/openai':
specifier: ^2.0.0-beta
version: 2.0.0-canary.20
ai:
specifier: ^5.0.0-beta
version: 5.0.0-canary.24
'@opentelemetry/api-logs':
specifier: ^0.57.2
version: 0.57.2
'@opentelemetry/resources':
specifier: ^1.30.1
version: 1.30.1
'@opentelemetry/sdk-logs':
specifier: ^0.57.2
version: 0.57.2
'@opentelemetry/sdk-metrics':
specifier: ^1.30.1
version: 1.30.1
'@sentry/browser':
specifier: ^9.35.0
version: 9.35.0
'@sentry/nextjs':
specifier: ^9.35.0
version: 9.35.0
'@sentry/node':
specifier: ^9.35.0
version: 9.35.0
'@sentry/profiling-node':
specifier: ^9.35.0
version: 9.35.0
'@sentry/replay':
specifier: ^7.116.0
version: 7.116.0
'@vercel/otel':
specifier: ^1.13.0
version: 1.13.0
We have the integrations being loaded and the experimental_telemetry being set as well. Any guidance here that could be provided?