summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-07 13:35:44 +0100
committerGitHub <noreply@github.com>2022-10-07 13:35:44 +0100
commit1fa2e58772620199075a36c237dd83cd989c0e91 (patch)
tree9ca70c39f75c8275a9eab1edfd4b3e8a948701ee /changelog.d
parentUpdate frozendict 2.3.3 -> 2.3.4 (#13955) (diff)
downloadsynapse-1fa2e58772620199075a36c237dd83cd989c0e91.tar.xz
Catch BrokenPipeError from metrics server, and log as a warning (#14072)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14072.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14072.misc b/changelog.d/14072.misc
new file mode 100644
index 0000000000..3070c756d5
--- /dev/null
+++ b/changelog.d/14072.misc
@@ -0,0 +1 @@
+Don't create noisy Sentry events when a requester drops connection to the metrics server mid-request.