Skip to content

Commit

Permalink
chore: unpin fetch instrumentation (#1024)
Browse files Browse the repository at this point in the history
Instrumentation fetch is in core repo and therefore it shouldn't be pinned here.

Co-authored-by: Rauno Viskus <[email protected]>
  • Loading branch information
Flarna and rauno56 authored May 18, 2022
1 parent 8cd1282 commit 6630667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@opentelemetry/exporter-zipkin": "^1.0.0",
"@opentelemetry/instrumentation": "^0.28.0",
"@opentelemetry/instrumentation-document-load": "^0.28.0",
"@opentelemetry/instrumentation-fetch": "0.28.0",
"@opentelemetry/instrumentation-fetch": "^0.28.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.28.0",
"@opentelemetry/resources": "^1.0.0",
"@opentelemetry/sdk-trace-base": "^1.0.0",
Expand Down

0 comments on commit 6630667

Please sign in to comment.