One more change.

This should fix the issues in latestDepTest.
This commit is contained in:
Tyler Benson 2020-03-06 09:56:19 -08:00
parent 206fbb944c
commit 7c73546ba1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class TracingClientInterceptor implements ClientInterceptor {
propagate().inject(span, headers, SETTER); propagate().inject(span, headers, SETTER);
try (final AgentScope scope = activateSpan(span, false)) { try (final AgentScope scope = activateSpan(span, false)) {
scope.setAsyncPropagation(true); // Don't async propagate otherwise the span gets tied up with a timeout handler.
super.start(new TracingClientCallListener<>(span, responseListener), headers); super.start(new TracingClientCallListener<>(span, responseListener), headers);
} catch (final Throwable e) { } catch (final Throwable e) {
DECORATE.onError(span, e); DECORATE.onError(span, e);