summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-09-05 17:33:29 +0100
committerGitHub <noreply@github.com>2019-09-05 17:33:29 +0100
commitbc604e7f9428a288816c284f6562ed08d2c4c540 (patch)
tree77595523aed04544ded8d31820bf51601e4b56d2 /changelog.d
parentMerge pull request #5984 from matrix-org/joriks/opentracing_link_send_to_edu_... (diff)
downloadsynapse-bc604e7f9428a288816c284f6562ed08d2c4c540.tar.xz
Gracefully handle log context slips and missing opentracing import errors. (#5988)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5988.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5988.bugfix b/changelog.d/5988.bugfix
new file mode 100644
index 0000000000..5c3597cb53
--- /dev/null
+++ b/changelog.d/5988.bugfix
@@ -0,0 +1 @@
+Fix invalid references to None while opentracing if the log context slips.