-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AttributeError when extracting tags from pika (#355)
* Fix pika BlockingChannel AttributeError * Remove duplicate span tag on pika consume * Bump patch version * Add test case for BlockingConnection * Add test case for trace context * Remove unused imports * Refactor test cases for BlockingConnection * Remove unused class attributes
- Loading branch information
Ricardo Lopes
authored
Mar 22, 2022
1 parent
07e827f
commit 14ab5ea
Showing
3 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
# Module version file. Used by setup.py and snapshot reporting. | ||
|
||
VERSION = '1.37.0' | ||
VERSION = '1.37.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters