this CDS command
cds add cloud-logging --with-telemetry
is still adding npm dependencies
"@grpc/grpc-js": "^1",
"@opentelemetry/exporter-metrics-otlp-grpc": "<0.200",
"@opentelemetry/exporter-trace-otlp-grpc": "<0.200",
"@opentelemetry/host-metrics": "<0.200",
I would have expect the npm package @opentelemetry bump up to version 2
am I missing something?
thanks
this CDS command
cds add cloud-logging --with-telemetryis still adding npm dependencies
I would have expect the npm package @opentelemetry bump up to version 2
am I missing something?
thanks