Skip to content

Commit 0ce0e95

Browse files
authored
Update OTel dependencies for UDP Exporter (#277)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 4cb15a5 commit 0ce0e95

File tree

1 file changed

+6
-4
lines changed
  • exporters/aws-distro-opentelemetry-exporter-xray-udp

1 file changed

+6
-4
lines changed

exporters/aws-distro-opentelemetry-exporter-xray-udp/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@
7777
"ts-mocha": "10.0.0",
7878
"typescript": "4.4.4"
7979
},
80+
"peerDependencies": {
81+
"@opentelemetry/api": "^1.9.0"
82+
},
8083
"dependencies": {
81-
"@opentelemetry/api": "^1.9.0",
82-
"@opentelemetry/core": "1.30.1",
83-
"@opentelemetry/otlp-transformer": "0.57.1",
84-
"@opentelemetry/sdk-trace-base": "1.30.1"
84+
"@opentelemetry/core": "^1.30.1",
85+
"@opentelemetry/otlp-transformer": "^0.57.1",
86+
"@opentelemetry/sdk-trace-base": "^1.30.1"
8587
},
8688
"files": [
8789
"build/src/**/*.js",

0 commit comments

Comments
 (0)