diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-08-22 10:03:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 10:03:11 +0100 |
commit | 94375f7a913f75fe0a93a3eda2bfe5060e975290 (patch) | |
tree | f1e76556e5d901ca75413e75c320a64949af9eb9 /changelog.d | |
parent | MSC2716v4 room version - remove namespace from MSC2716 event content fields (... (diff) | |
download | synapse-94375f7a913f75fe0a93a3eda2bfe5060e975290.tar.xz |
Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#13574)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13574.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13574.bugfix b/changelog.d/13574.bugfix new file mode 100644 index 0000000000..3899c137aa --- /dev/null +++ b/changelog.d/13574.bugfix @@ -0,0 +1 @@ +Fix the `opentracing.force_tracing_for_users` config option not applying to [`/sendToDevice`](https://spec.matrix.org/v1.3/client-server-api/#put_matrixclientv3sendtodeviceeventtypetxnid) and [`/keys/upload`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3keysupload) requests. \ No newline at end of file |