diff options
author | Brad Murray <bradtgmurray@gmail.com> | 2021-06-01 03:40:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 08:40:26 +0100 |
commit | 10e6d2abce644d5b6d6b59516061562f54382b94 (patch) | |
tree | a50b50f271c4ffea8d23918523b64fa50dc5a955 /changelog.d | |
parent | Set opentracing priority before setting other tags (#10092) (diff) | |
download | synapse-10e6d2abce644d5b6d6b59516061562f54382b94.tar.xz |
Fix opentracing inject to use the SpanContext, not the Span (#10074)
Signed-off-by: Brad Murray brad@beeper.com
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10074.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10074.misc b/changelog.d/10074.misc new file mode 100644 index 0000000000..8dbe2cd2bc --- /dev/null +++ b/changelog.d/10074.misc @@ -0,0 +1 @@ +Update opentracing to inject the right context into the carrier. |