Skip to content

Commit 87b8c3e

Browse files
committed
[Don't merge] Testing version.
* Enable sidecar sender. * Use new metrics in libdatadog.
1 parent 7557b8a commit 87b8c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ enum ddtrace_sampling_rules_format {
186186

187187
#ifndef _WIN32
188188
#define DD_CONFIGURATION \
189-
CONFIG(BOOL, DD_TRACE_SIDECAR_TRACE_SENDER, "false", .ini_change = zai_config_system_ini_change) \
189+
CONFIG(BOOL, DD_TRACE_SIDECAR_TRACE_SENDER, "true", .ini_change = zai_config_system_ini_change) \
190190
DD_CONFIGURATION_ALL
191191
#else
192192
#define DD_CONFIGURATION DD_CONFIGURATION_ALL

0 commit comments

Comments
 (0)