Skip to content

Commit ad57591

Browse files
[quote] Updated open-telemetry/exporter-otlp to 1.2.1 which includes the fix for IS_REMOTE flag feature (#2112)
* Updated exporter-otlp for PHP quote service Updated open-telemetry/exporter-otlp to 1.2.1 for PHP quote service (1.2.1 include fix for IS_REMOTE flag feature) * Updated CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
1 parent 9ed1788 commit ad57591

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ the release.
99

1010
* [frontend] Update OpenTelemetry Browser SDK initialization
1111
([#2092](https://github.com/open-telemetry/opentelemetry-demo/pull/2092))
12+
* [quote] Updated open-telemetry/exporter-otlp to 1.2.1 which includes the
13+
fix for `IS_REMOTE` flag feature
14+
([#2112](https://github.com/open-telemetry/opentelemetry-demo/pull/2112))
1215

1316
## 2.0.1
1417

src/quote/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"monolog/monolog": "3.8.1",
1010
"open-telemetry/api": "1.2.2",
1111
"open-telemetry/sdk": "1.2.2",
12-
"open-telemetry/exporter-otlp": "1.2.0",
12+
"open-telemetry/exporter-otlp": "1.2.1",
1313
"open-telemetry/opentelemetry-auto-slim": "1.0.7",
1414
"open-telemetry/detector-container": "1.0.0",
1515
"open-telemetry/opentelemetry-logger-monolog": "1.0.0",

0 commit comments

Comments
 (0)