diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-14 10:51:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 10:51:08 +0100 |
commit | c14f99be461d8ac9a36ad548e8e463feeda6394c (patch) | |
tree | 29e2faf3b7d78aae9a5c02aa7c58d54e95dc849f /changelog.d | |
parent | Update minimum supported version in postgres.md (#9988) (diff) | |
download | synapse-c14f99be461d8ac9a36ad548e8e463feeda6394c.tar.xz |
Support enabling opentracing by user (#9978)
Add a config option which allows enabling opentracing by user id, eg for debugging requests made by a test user.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9978.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9978.feature b/changelog.d/9978.feature new file mode 100644 index 0000000000..851adb9f6e --- /dev/null +++ b/changelog.d/9978.feature @@ -0,0 +1 @@ +Add a configuration option which allows enabling opentracing by user id. |