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 f38a38c commit 4e229dcCopy full SHA for 4e229dc
metapackages/auto-instrumentations-node/test/register.test.ts
@@ -36,7 +36,7 @@ function runWithRegister(path: string): PromiseWithChild<{
36
OTEL_NODE_RESOURCE_DETECTORS: 'none',
37
OTEL_TRACES_EXPORTER: 'console',
38
OTEL_LOG_LEVEL: 'debug',
39
- // nx (used by lerna run) defaults `FORCE_COLOR=true`, which in
+ // nx defaults `FORCE_COLOR=true`, which in
40
// node v18.17.0, v20.3.0 and later results in ANSI color escapes
41
// in the ConsoleSpanExporter output that is checked below.
42
FORCE_COLOR: '0',
0 commit comments