Skip to content

Commit 60eed64

Browse files
authored
restore "defaults", not "default" (#100)
1 parent 261cc92 commit 60eed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datadog/config_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void ConfigManager::reset() {
7272
nlohmann::json ConfigManager::config_json() const {
7373
std::lock_guard<std::mutex> lock(mutex_);
7474
return nlohmann::json{
75-
{"default", to_json(*current_span_defaults_)},
75+
{"defaults", to_json(*current_span_defaults_)},
7676
{"trace_sampler", current_trace_sampler_->config_json()},
7777
{"report_traces", current_report_traces_}};
7878
}

0 commit comments

Comments
 (0)