Creates a NodeTracerProvider with no span processors, meaning spans are created but never exported. Useful for testing, dry runs, or environments where tracing should be disabled without changing instrumented code.
NodeTracerProvider
A no-op tracer provider that silently discards all spans.
Creates a
NodeTracerProviderwith no span processors, meaning spans are created but never exported. Useful for testing, dry runs, or environments where tracing should be disabled without changing instrumented code.