You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments