diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-09-05 14:46:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 14:46:04 +0100 |
commit | 909827b422eb3396f905a1fb7ad1732f9727d500 (patch) | |
tree | 302b03db1a62db38635b9e8e4c8b1588a2523059 /changelog.d | |
parent | Switch to using v2 Identity Service APIs other than lookup (MSC 2140) (#5892) (diff) | |
download | synapse-909827b422eb3396f905a1fb7ad1732f9727d500.tar.xz |
Add opentracing to all client servlets (#5983)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5983.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5983.feature b/changelog.d/5983.feature new file mode 100644 index 0000000000..aa23ee6dcd --- /dev/null +++ b/changelog.d/5983.feature @@ -0,0 +1 @@ +Add minimum opentracing for client servlets. |