We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6948a95 commit 8b344aeCopy full SHA for 8b344ae
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