Skip to content

Commit

Permalink
fix: Add otel-api as dev dep for sandbox tests (#4020)
Browse files Browse the repository at this point in the history
* fix: Add otel-api as dev dep for sandbox tests

* fix changelog formatting
  • Loading branch information
MSNev authored Jul 26, 2023
1 parent 9f71800 commit 2b20565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :bug: (Bug Fix)

* fix(opentelemetry-exporter-logs-otlp-http): Add otel-api as dev dep for tests as they are directly importing the api and which is breaking the web-sandbox tests which is using rollup

### :books: (Refine Doc)

### :house: (Internal)
Expand Down
1 change: 1 addition & 0 deletions experimental/packages/exporter-logs-otlp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"sideEffects": false,
"devDependencies": {
"@babel/core": "7.22.9",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/api-logs": "0.41.1",
"@opentelemetry/resources": "1.15.1",
"@types/mocha": "10.0.1",
Expand Down

0 comments on commit 2b20565

Please sign in to comment.