summary refs log tree commit diff
path: root/changelog.d/10092.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-28 16:14:08 +0100
committerGitHub <noreply@github.com>2021-05-28 16:14:08 +0100
commited53bf314fee25d79d349beae409caf81a2d677f (patch)
treef2acb4524ceac8860daa2ef71e1d98a97d9e80ad /changelog.d/10092.bugfix
parentLog method and path when dropping request due to size limit (#10091) (diff)
downloadsynapse-ed53bf314fee25d79d349beae409caf81a2d677f.tar.xz
Set opentracing priority before setting other tags (#10092)
... because tags on spans which aren't being sampled get thrown away.
Diffstat (limited to 'changelog.d/10092.bugfix')
-rw-r--r--changelog.d/10092.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10092.bugfix b/changelog.d/10092.bugfix
new file mode 100644
index 0000000000..09b2aba7ff
--- /dev/null
+++ b/changelog.d/10092.bugfix
@@ -0,0 +1 @@
+Fix a bug in the `force_tracing_for_users` option introduced in Synapse v1.35 which meant that the OpenTracing spans produced were missing most tags.