include traceresponse header if possible

This can help with debugging.
This commit is contained in:
Charles Hall 2024-09-22 11:01:33 -07:00
parent 9add9a1e96
commit 6ab87f97dd
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 54 additions and 4 deletions

View file

@ -248,3 +248,6 @@ This will be the first release of Grapevine since it was forked from Conduit
[!102](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/102))
19. Allow configuring the served API components per listener.
([!109](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/109))
20. Include the [`traceresponse` header](https://w3c.github.io/trace-context/#traceresponse-header)
if OpenTelemetry Tracing is in use.
([!112](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/112))