Skip to content

Commit

Permalink
[Don't merge] Testing version.
Browse files Browse the repository at this point in the history
* Enable sidecar sender.
* Use new metrics in libdatadog.
  • Loading branch information
hoolioh committed Jun 3, 2024
1 parent 7557b8a commit 87b8c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ enum ddtrace_sampling_rules_format {

#ifndef _WIN32
#define DD_CONFIGURATION \
CONFIG(BOOL, DD_TRACE_SIDECAR_TRACE_SENDER, "false", .ini_change = zai_config_system_ini_change) \
CONFIG(BOOL, DD_TRACE_SIDECAR_TRACE_SENDER, "true", .ini_change = zai_config_system_ini_change) \
DD_CONFIGURATION_ALL
#else
#define DD_CONFIGURATION DD_CONFIGURATION_ALL
Expand Down

0 comments on commit 87b8c3e

Please sign in to comment.