Skip to content

Commit

Permalink
Fixed typo in boostrap command to install the correct package (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
owais authored Sep 21, 2020
1 parent efcfbb8 commit 7f01f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Fixed boostrap command to correctly install opentelemetry-instrumentation-falcon instead of opentelemetry-instrumentation-flask

## Version 0.13b0

Released 2020-09-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"django": "opentelemetry-instrumentation-django>=0.8b0",
"elasticsearch": "opentelemetry-instrumentation-elasticsearch>=0.11b0",
"fastapi": "opentelemetry-instrumentation-fastapi>=0.11b0",
"falcon": "opentelemetry-instrumentation-flask>=0.13b0",
"falcon": "opentelemetry-instrumentation-falcon>=0.13b0",
"flask": "opentelemetry-instrumentation-flask>=0.8b0",
"grpc": "opentelemetry-instrumentation-grpc>=0.8b0",
"jinja2": "opentelemetry-instrumentation-jinja2>=0.8b0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"django": ("opentelemetry-instrumentation-django",),
"elasticsearch": ("opentelemetry-instrumentation-elasticsearch",),
"fastapi": ("opentelemetry-instrumentation-fastapi",),
"falcon": ("opentelemetry-instrumentation-flask",),
"falcon": ("opentelemetry-instrumentation-falcon",),
"flask": ("opentelemetry-instrumentation-flask",),
"grpc": ("opentelemetry-instrumentation-grpc",),
"jinja2": ("opentelemetry-instrumentation-jinja2",),
Expand Down

0 comments on commit 7f01f05

Please sign in to comment.