Skip to content

Commit

Permalink
fix(auto-instrumentations-web)!: Add zone.js as a peerDependency (ope…
Browse files Browse the repository at this point in the history
…n-telemetry#1768)

* chore: Add zone.js as a peerDep of auto-instrumentations-web

* chore: Empty commit to re-run CI

---------

Co-authored-by: Amir Blum <[email protected]>
  • Loading branch information
dbasilio and blumamir authored Nov 9, 2023
1 parent 7f420e2 commit 5564096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib/issues"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
"@opentelemetry/api": "^1.3.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@babel/core": "7.22.17",
Expand Down

0 comments on commit 5564096

Please sign in to comment.