Skip to content

Commit c1d9b0a

Browse files
Make 0.4 to be default.
1 parent d3d0c0e commit c1d9b0a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

dd-trace-api/src/main/java/datadog/trace/api/ConfigDefaults.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ public final class ConfigDefaults {
8888
Arrays.asList("user.id", "session.id", "account.id");
8989
static final boolean DEFAULT_JMX_FETCH_ENABLED = true;
9090

91-
// TODO: forced to use 1.0 for testing only, rollback to "0.4" before merging to master;
92-
static final String DEFAULT_TRACE_AGENT_PROTOCOL_VERSION = ProtocolVersion.V1_0.asConfigValue();
93-
// TODO: static final String DEFAULT_TRACE_AGENT_PROTOCOL_VERSION =
94-
// ProtocolVersion.V0_4.asConfigValue();
91+
static final String DEFAULT_TRACE_AGENT_PROTOCOL_VERSION = ProtocolVersion.V0_4.asConfigValue();
9592

9693
static final boolean DEFAULT_CLIENT_IP_ENABLED = false;
9794

0 commit comments

Comments
 (0)