summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-06-15 16:42:21 +0100
committerGitHub <noreply@github.com>2020-06-15 16:42:21 +0100
commit4241a106739b91092bf39cdc407c0971c256390c (patch)
tree55e335c1b8a1751eee799c6ed164684c719d4dfc /synapse
parentDiscard RDATA from already seen positions. (#7648) (diff)
downloadsynapse-4241a106739b91092bf39cdc407c0971c256390c.tar.xz
Fix "There was no active span when trying to log." error (#7698)
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/device.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py
index 83f8fa1180..31346b56c3 100644
--- a/synapse/handlers/device.py
+++ b/synapse/handlers/device.py
@@ -691,6 +691,7 @@ class DeviceListUpdater(object):
 
         return False
 
+    @trace
     @defer.inlineCallbacks
     def _maybe_retry_device_resync(self):
         """Retry to resync device lists that are out of sync, except if another retry is