diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-28 16:14:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 16:14:08 +0100 |
commit | ed53bf314fee25d79d349beae409caf81a2d677f (patch) | |
tree | f2acb4524ceac8860daa2ef71e1d98a97d9e80ad /changelog.d | |
parent | Log method and path when dropping request due to size limit (#10091) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/10092.bugfix | 1 |
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. |