Skip to content

Commit 32497d4

Browse files
committed
document version.h
1 parent c8e6b2f commit 32497d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/datadog/version.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#pragma once
22

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+
37
#include <string_view>
48

59
namespace datadog {

0 commit comments

Comments
 (0)