We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1a8c5 commit 2676209Copy full SHA for 2676209
src/datadog/telemetry/telemetry_impl.cpp
@@ -194,8 +194,6 @@ Telemetry& Telemetry::operator=(Telemetry&& rhs) {
194
return *this;
195
}
196
197
-// TODO(@dmehala): Move `report_logs` check in the serialization once
198
-// `TracerTelemetry` will be removed.
199
void Telemetry::log_error(std::string message) {
200
if (!config_.report_logs) return;
201
tracer_telemetry_->log(std::move(message), LogLevel::ERROR);
0 commit comments