Skip to content

Commit a2c295e

Browse files
authored
[monitor/monitor-opentelemetry-exporter] Update OpenTelemetry Instrumentation Packages (Azure#25996)
### Packages impacted by this PR @azure/monitor-opentelemetry-exporter ### Issues associated with this PR microsoft/ApplicationInsights-node.js#1144 ### Describe the problem that is addressed by this PR Update the `@opentelemetry/instrumentation` libraries in order to resolve a dependency conflict with `@azure/functions-core` ### Are there test cases added in this PR? _(If not, why?)_ No. This is just an update of dependencies. ### Checklists - [x] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [x] Added a changelog (if necessary)
1 parent 96b0ffe commit a2c295e

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### Features Added
4+
5+
- Update opentelemetry/instrumentation packages.
6+
37
## 1.0.0-beta.12 (2023-04-04)
48

59
### Features Added

sdk/monitor/monitor-opentelemetry-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"@azure/dev-tool": "^1.0.0",
8787
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
8888
"@microsoft/api-extractor": "^7.31.1",
89-
"@opentelemetry/instrumentation": "^0.38.0",
90-
"@opentelemetry/instrumentation-http": "^0.38.0",
89+
"@opentelemetry/instrumentation": "^0.39.0",
90+
"@opentelemetry/instrumentation-http": "^0.39.0",
9191
"@opentelemetry/sdk-trace-node": "^1.12.0",
9292
"@types/mocha": "^7.0.2",
9393
"@types/node": "^14.0.0",

0 commit comments

Comments
 (0)