MatrixSynapse/synapse
Eric Eastwood 379eb2d7ab
Fix `@trace` not wrapping some state methods that return coroutines correctly (#15647)
```
2023-05-21 09:30:09,288 - synapse.logging.opentracing - 940 - ERROR - POST-1 - @trace may not have wrapped StateStorageController.get_state_for_groups correctly! The function is not async but returned a coroutine
```

Tracing instrumentation for these functions originally introduced in https://github.com/matrix-org/synapse/pull/15610
2023-05-23 12:26:25 -05:00
..
_scripts
api Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
app
appservice Consolidate logic to check for deactivated users. (#15634) 2023-05-23 10:35:43 -04:00
config Remove outdated comment in log config (#15648) 2023-05-22 17:58:58 +00:00
crypto
events Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
federation
handlers Consolidate logic to check for deactivated users. (#15634) 2023-05-23 10:35:43 -04:00
http Use a custom scheme & the worker name for replication requests. (#15578) 2023-05-23 09:05:30 -04:00
logging
media
metrics
module_api
push
replication Use a custom scheme & the worker name for replication requests. (#15578) 2023-05-23 09:05:30 -04:00
res
rest Consolidate logic to check for deactivated users. (#15634) 2023-05-23 10:35:43 -04:00
server_notices
spam_checker_api
state
static
storage Fix `@trace` not wrapping some state methods that return coroutines correctly (#15647) 2023-05-23 12:26:25 -05:00
streams
types
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
visibility.py