Skip to content

Commit 4c1ad74

Browse files
owaisMichael Stella
authored and
Michael Stella
committed
Fixed typo in boostrap command to install the correct package (open-telemetry#1138)
1 parent 48cd8e5 commit 4c1ad74

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opentelemetry-instrumentation/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Fixed boostrap command to correctly install opentelemetry-instrumentation-falcon instead of opentelemetry-instrumentation-flask
6+
57
## Version 0.13b0
68

79
Released 2020-09-17

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"django": "opentelemetry-instrumentation-django>=0.8b0",
3535
"elasticsearch": "opentelemetry-instrumentation-elasticsearch>=0.11b0",
3636
"fastapi": "opentelemetry-instrumentation-fastapi>=0.11b0",
37-
"falcon": "opentelemetry-instrumentation-flask>=0.13b0",
37+
"falcon": "opentelemetry-instrumentation-falcon>=0.13b0",
3838
"flask": "opentelemetry-instrumentation-flask>=0.8b0",
3939
"grpc": "opentelemetry-instrumentation-grpc>=0.8b0",
4040
"jinja2": "opentelemetry-instrumentation-jinja2>=0.8b0",
@@ -64,7 +64,7 @@
6464
"django": ("opentelemetry-instrumentation-django",),
6565
"elasticsearch": ("opentelemetry-instrumentation-elasticsearch",),
6666
"fastapi": ("opentelemetry-instrumentation-fastapi",),
67-
"falcon": ("opentelemetry-instrumentation-flask",),
67+
"falcon": ("opentelemetry-instrumentation-falcon",),
6868
"flask": ("opentelemetry-instrumentation-flask",),
6969
"grpc": ("opentelemetry-instrumentation-grpc",),
7070
"jinja2": ("opentelemetry-instrumentation-jinja2",),

0 commit comments

Comments
 (0)