Expand trace context propagation docs
This expands the existing README.md section that introduces XRequestPropagator in a couple of key ways:
- It more affirmatively recommends use with W3CTraceContextPropagator, since use without that is likely to result in broken tracing.
- It makes explicit the dependency on Node SDK instrumentations.
- It calls out to the Wikitech docs, which will soon be updated with far more detail about WMF-production configuration.
Bug: T416756