diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-17 13:32:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 13:32:01 -0400 |
commit | d1d5fa66e40c93b22f47690e78fd92ec26714c97 (patch) | |
tree | b2efe7eb04c3b8db8b6c8ce04d5c9ccd86a6326b /changelog.d | |
parent | Add help for creating a user via docker (#7885) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/7872.bugfix | 1 |
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. |