Skip to content

Commit a304e94

Browse files
commit suggestion
Co-authored-by: Nikita Tkachenko <[email protected]>
1 parent ff2c775 commit a304e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-core/src/main/java/datadog/trace/core/CoreTracer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ private CoreTracer(
679679

680680
if (config.isCiVisibilityEnabled()
681681
&& (config.isCiVisibilityAgentlessEnabled()
682-
|| sharedCommunicationObjects.featuresDiscovery(config).supportsEvpProxy())) {
682+
|| featuresDiscovery.supportsEvpProxy())) {
683683
pendingTraceBuffer = PendingTraceBuffer.discarding();
684684
traceCollectorFactory =
685685
new StreamingTraceCollector.Factory(this, this.timeSource, healthMetrics);

0 commit comments

Comments
 (0)