summary refs log tree commit diff
path: root/changelog.d/7872.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-17 13:32:01 -0400
committerGitHub <noreply@github.com>2020-07-17 13:32:01 -0400
commitd1d5fa66e40c93b22f47690e78fd92ec26714c97 (patch)
treeb2efe7eb04c3b8db8b6c8ce04d5c9ccd86a6326b /changelog.d/7872.bugfix
parentAdd help for creating a user via docker (#7885) (diff)
downloadsynapse-d1d5fa66e40c93b22f47690e78fd92ec26714c97.tar.xz
Fix the trace function for async functions. (#7872)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d/7872.bugfix')
-rw-r--r--changelog.d/7872.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7872.bugfix b/changelog.d/7872.bugfix
new file mode 100644
index 0000000000..b21f8e1f14
--- /dev/null
+++ b/changelog.d/7872.bugfix
@@ -0,0 +1 @@
+Fix a long standing bug where the tracing of async functions with opentracing was broken.