Patch Changes
- d102dff: Sanitize OpenTelemetry array attributes so spans no longer emit invalid OTLP values (arrays containing
undefined/null/objects, or arrays mixing primitive types). For example,gen_ai.response.finish_reasonscould be emitted as[undefined]when a finish reason was missing. Such values previously failed telemetry ingestion withdeserializing message invalid value: map, expected map with a single keyand flooded function logs with errors. - Updated dependencies [709c0fa]
- @ai-sdk/gateway@3.0.134