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 af6fe5f commit 2839298Copy full SHA for 2839298
src/tracing/trace_event.h
@@ -310,7 +310,9 @@ const int kZeroNumArgs = 0;
310
const decltype(nullptr) kGlobalScope = nullptr;
311
const uint64_t kNoId = 0;
312
313
-class TraceEventHelper {
+// Extern (for now) because embedders need access to TraceEventHelper.
314
+// Refs: https://github.com/nodejs/node/pull/28724
315
+class NODE_EXTERN TraceEventHelper {
316
public:
317
static TracingController* GetTracingController();
318
static Agent* GetAgent();
0 commit comments