summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-09-06 11:42:45 +0100
committerGitHub <noreply@github.com>2019-09-06 11:42:45 +0100
commit146af7b47f9c23aaadcc2aaa491193c672e7b9a4 (patch)
tree8792766bdee988a1ef994a828e8520e3fe527c0a /changelog.d
parentAllow Synapse to send registration emails + choose Synapse or an external ser... (diff)
parentUpdate changelog (diff)
downloadsynapse-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.bugfix1
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.