graphql-engine/v3/crates/utils
Daniel Harvey cb380da086 Pass TraceContextResponsePropagator to set_text_map_propagator (#884)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

In a recent engine change, we changed some of our trace context mapping
to use the shared settings consistently. However, we needed to make sure
we included `TraceContextResponsePropagator`, which returns the
`traceresponse` header.

Request from console after this fix:

<img width="810" alt="Screenshot 2024-07-25 at 11 58 30"
src="https://github.com/user-attachments/assets/c8e73c56-87fd-49da-a887-f91cdb6d607a">

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

Adds `TraceContextResponsePropagator` to the global set of text map
propagators.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: 48df6a6fe55e78a48f1dc6bf82304199a0a7e248
2024-07-25 11:32:06 +00:00
..
futures-ext Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
json-ext Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
jsonschema-tidying Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
opendds-derive Open DD changes for OrderByExpression (#780) 2024-06-28 11:26:30 +00:00
recursion_limit_macro Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
tracing-util Pass TraceContextResponsePropagator to set_text_map_propagator (#884) 2024-07-25 11:32:06 +00:00