Skip to content

Commit de4a866

Browse files
committed
chore: add httplib debug log
1 parent a6714ed commit de4a866

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

profiler/src/ProfilerEngine/Datadog.Profiler.Native/PyroscopePprofSink.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
#include "cppcodec/base64_rfc4648.hpp"
99
#include "nlohmann/json.hpp"
1010

11+
12+
extern "C" {
13+
int httplib_debug_log_enabled = 1;
14+
}
15+
16+
1117
PyroscopePprofSink::PyroscopePprofSink(
1218
std::string server,
1319
std::string appName,

0 commit comments

Comments
 (0)