Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.85.0rc1 | David Robertson | 2023-05-30 | 1 | -1/+0 |
| | |||||
* | Fix `@trace` not wrapping some state methods that return coroutines ↵ | Eric Eastwood | 2023-05-23 | 1 | -0/+1 |
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 |