Commit bfaabbf
Make Falcon instrumentation compatible with Falcon >=3 (#607)
* Make Falcon instrumentation compatible with Falcon >=3
Replace falcon.api.Request -> falcon.Request which exists on both Falcon 2 & 3
* Update package.py
* Update CHANGELOG.md
* update tox.ini
* revert changes to tox.ini to test failures
* Update package.py
Co-authored-by: Owais Lone <[email protected]>1 parent 9c4eb69 commit bfaabbf
File tree
2 files changed
+3
-1
lines changed- instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments