Skip to content

Commit bd83253

Browse files
committed
fixing merge conflicts
1 parent 1b4367c commit bd83253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dd-trace-api/src/main/java/datadog/trace/api/config/TracerConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public final class TracerConfig {
6868
// Use TRACE_HTTP_SERVER_ERROR_STATUSES instead
6969
@Deprecated public static final String HTTP_SERVER_ERROR_STATUSES = "http.server.error.statuses";
7070
public static final String TRACE_HTTP_SERVER_ERROR_STATUSES = "trace.http.server.error.statuses";
71-
public static final String HTTP_CLIENT_ERROR_STATUSES = "http.client.error.statuses";
71+
// Use TRACE_HTTP_CLIENT_ERROR_STATUSES instead
72+
@Deprecated public static final String HTTP_CLIENT_ERROR_STATUSES = "http.client.error.statuses";
7273
public static final String TRACE_HTTP_CLIENT_ERROR_STATUSES = "trace.http.client.error.statuses";
7374

7475
public static final String SPLIT_BY_TAGS = "trace.split-by-tags";

0 commit comments

Comments
 (0)