1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/logging/tracing.py b/synapse/logging/tracing.py
index f8b35d2660..e3a1a010a2 100644
--- a/synapse/logging/tracing.py
+++ b/synapse/logging/tracing.py
@@ -686,9 +686,7 @@ def inject_active_tracing_context_into_header_dict(
Note:
The headers set by the tracer are custom to the tracer implementation which
should be unique enough that they don't interfere with any headers set by
- synapse or twisted. If we're still using jaeger these headers would be those
- here:
- https://github.com/jaegertracing/jaeger-client-python/blob/master/jaeger_client/constants.py
+ synapse or twisted.
"""
if check_destination:
if destination is None:
|