summary refs log tree commit diff
path: root/changelog.d/15888.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.88.0rc1David Robertson2023-07-111-1/+0
|
* Make the media `/upload` tracing less ambiguous (#15888)Eric Eastwood2023-07-101-0/+1
A lot of the functions have the same name in this space like `store_file`, and we also do it multiple times for different reasons (main media repo, other storage providers, thumbnails, etc) so it's good to differentiate them so your head doesn't explode. Follow-up to https://github.com/matrix-org/synapse/pull/15850 Tracing instrumentation to media `/upload` code paths to investigate https://github.com/matrix-org/synapse/issues/15841