From 78b21dd8e4f8fb078ac351f503ce741e92fea421 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Sun, 31 Jan 2021 11:13:18 +0200 Subject: [PATCH] docs(exporter-collector): document breaking change in README (#1867) Co-authored-by: Valentin Marchaud --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4684462ebc..3dbb6a00a3 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,10 @@ To request automatic tracing support for a module not on this list, please [file ## Upgrade guidelines +### 0.15.0 to 0.16.0 + +[PR-1863](https://github.com/open-telemetry/opentelemetry-js/pull/1863) removed public attributes `keepAlive` and `httpAgentOptions` from nodejs `CollectorTraceExporter` and `CollectorMetricExporter` + ### 0.14.0 to 0.15.0 [PR-1764](https://github.com/open-telemetry/opentelemetry-js/pull/1764) removed some APIs from `Tracer`: