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 c8e6b2f commit 32497d4Copy full SHA for 32497d4
src/datadog/version.h
@@ -1,5 +1,9 @@
1
#pragma once
2
3
+// This component provides the release version of this library.
4
+// `tracer_version` is sent to the Datadog Agent with each trace, and is printed
5
+// to the log whenever `Tracer` is initialized.
6
+
7
#include <string_view>
8
9
namespace datadog {
0 commit comments