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 cd95610 commit b74cc51Copy full SHA for b74cc51
src/requestTracing/constants.ts
@@ -18,7 +18,7 @@ export const ENV_KEY = "Env";
18
export const DEV_ENV_VAL = "Dev";
19
20
// Node.js Version
21
-export const NODE_VERSION_KEY = "NODE";
+export const NODE_VERSION_KEY = "Node";
22
23
// Host Type
24
export const HOST_TYPE_KEY = "Host";
0 commit comments