Skip to content

Commit

Permalink
Report tracer_version instead of tracer_version_string (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour authored Oct 18, 2023
1 parent fd23d07 commit 9c9a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadog/tracer_telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ nlohmann::json TracerTelemetry::generate_telemetry_body(
{"application", nlohmann::json::object({
{"service_name", span_defaults_->service},
{"env", span_defaults_->environment},
{"tracer_version", tracer_version_string},
{"tracer_version", tracer_version},
{"language_name", "cpp"},
{"language_version", std::to_string(__cplusplus)},
})},
Expand Down

0 comments on commit 9c9a1ba

Please sign in to comment.