-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give up when there is no open segment and LOG_ERROR is configured (#58)
* New flag `raise_if_not_subsegment` for Aiottp client Without setting this flag as False, any HTTP call done with the Aiohttp Client when there is no an active segment will fail with the SegmentNotFoundException exception. This issue can be annoying for this systems that do not create explicitly the segements and relay on the sampled incomming requests, which create automatically segments just for a sub set of the incomming request. * New entry within the CHANGELOG * Refactorized a bit the code * Give up when there is no open segment and LOG_ERROR is configured for context_missing
- Loading branch information
1 parent
46aee71
commit 7a71da7
Showing
3 changed files
with
49 additions
and
7 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
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