summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-27 16:20:24 +0100
committerGitHub <noreply@github.com>2020-07-27 16:20:24 +0100
commit1ef9efc1e07d3b7339249a79cd379105f1f335ea (patch)
treeef6771046dae4240534d0416b36b63bea43504b4 /changelog.d
parentFix typing replication not being handled on master (#7959) (diff)
downloadsynapse-1ef9efc1e07d3b7339249a79cd379105f1f335ea.tar.xz
Fix error reporting when using `opentracing.trace` (#7961)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7961.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7961.bugfix b/changelog.d/7961.bugfix
new file mode 100644
index 0000000000..b21f8e1f14
--- /dev/null
+++ b/changelog.d/7961.bugfix
@@ -0,0 +1 @@
+Fix a long standing bug where the tracing of async functions with opentracing was broken.