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
Handle X-INSTANA-L according to specifications (#352)
* feat(propagators): Properly propagate tracing level (X-INSTANA-L)
* fix(level): Inject level and only return spans with level!=0
* fix(injection): Only inject trace_id and span_id when required
* fix(recording): Don't record spans with suppression
* fix(recording): Return early in case of suppression
* fix(propagation): Avoid adding future trace context values accidentally
* fix(propagation): Ensure that the context level is not overridden
* test(flask): Add TC for suppression with w3c 'tracestate'
* refactor(http_propagation): Remove duplication from carrier field population
* fix(ci): Pin "responses" version
* As stated in the changelog here:
https://github.com/getsentry/responses/releases/tag/0.18.0
0.18.0 Removed internal `_matches` attribute of RequestsMock object.
Which has been used by our UT TCs, so before we refactor that
we need to pin the last known working version.
* feat(span_context): Use a dedicated property for signaling suppression
* feat(propagator): Use suppression property in base_propagator
For skipping tracestate update in suppression mode
Co-authored-by: Andrey Slotin <[email protected]>
Co-authored-by: Andrey Slotin <[email protected]>
0 commit comments