summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-10-03 04:14:45 -0500
committerGitHub <noreply@github.com>2022-10-03 10:14:45 +0100
commit2769ef4df125f91b59693457052930379582d614 (patch)
tree1cead3d1f2f6309805d07cc0d85fe2caeb7f6e87 /changelog.d
parentFix `get_users_in_room` mis-use in `transfer_room_state_on_room_upgrade` (#13... (diff)
downloadsynapse-2769ef4df125f91b59693457052930379582d614.tar.xz
Revert the general exception recording introduced in #13814 (#13969)
* Maybe not catch all errors to avoid things in the nature-of CancelledError

See https://github.com/matrix-org/synapse/pull/13815#discussion_r983384698

* Remove general exception tracking

* Add changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13969.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13969.misc b/changelog.d/13969.misc
new file mode 100644
index 0000000000..5ede0069c8
--- /dev/null
+++ b/changelog.d/13969.misc
@@ -0,0 +1 @@
+Revert catch-all exceptions being recorded as event pull attempt failures (only handle what we know about).