diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-06 11:42:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 11:42:45 +0100 |
commit | 146af7b47f9c23aaadcc2aaa491193c672e7b9a4 (patch) | |
tree | 8792766bdee988a1ef994a828e8520e3fe527c0a /changelog.d | |
parent | Allow Synapse to send registration emails + choose Synapse or an external ser... (diff) | |
parent | Update changelog (diff) | |
download | synapse-146af7b47f9c23aaadcc2aaa491193c672e7b9a4.tar.xz |
Merge pull request #5991 from matrix-org/erikj/fix_tracing_funcs
Don't assume there is a 'self' arg in @trace decorator
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5991.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5991.bugfix b/changelog.d/5991.bugfix new file mode 100644 index 0000000000..5c3597cb53 --- /dev/null +++ b/changelog.d/5991.bugfix @@ -0,0 +1 @@ +Fix invalid references to None while opentracing if the log context slips. |