timbotnik
timbotnik
We should mention somewhere around [here](https://www.apollographql.com/docs/tutorial/production.html#api-key) that [this line](https://github.com/apollographql/fullstack-tutorial/blob/master/final/server/src/index.js#L1) should be uncommented in order for `dotenv` configuration to take effect. Without this, metrics are not sent to Apollo Engine since...
This is documented here: https://dev.recurly.com/docs/getting-started#section-content-type-header Also fixes the issue with `Content-Length` header for handling unicode characters (slightly different but equivalent to that in https://github.com/cgerrior/node-recurly/pull/7).
Very early in the process here. Just trying to get some feedback on the approach and figure out why there is some complaints about a threading issue 👀 Fixes #**issue_number**...
Helps to surface the changes coming with https://github.com/apollographql/router/pull/5967, which need to be merged / deployed ahead of this PR since there is cross-linking.
Officially document enhanced tracing via OTel. This is currently marked experimental and we've started to get some usage of this feature. Time to make it more visible. Fixes [#712](https://apollographql.atlassian.net/browse/ROUTER-712) ---...