1
0

Seems to (see test_side_by_side_spans)

This commit is contained in:
Eric Eastwood
2022-08-02 14:36:05 -05:00
parent d72cacfb3e
commit ba4a46a7fb

View File

@@ -357,7 +357,6 @@ class BaseFederationServlet:
remote_parent_span_cm = use_span(remote_parent_span, end_on_exit=True)
# TODO: Make sure this works (traces as expected)
with remote_parent_span_cm, local_parent_span_cm:
if origin and self.RATELIMIT:
with ratelimiter.ratelimit(origin) as d: