summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrad Murray <bradtgmurray@gmail.com>2021-06-01 03:40:26 -0400
committerGitHub <noreply@github.com>2021-06-01 08:40:26 +0100
commit10e6d2abce644d5b6d6b59516061562f54382b94 (patch)
treea50b50f271c4ffea8d23918523b64fa50dc5a955 /changelog.d
parentSet opentracing priority before setting other tags (#10092) (diff)
downloadsynapse-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.misc1
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.