MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / tracingEnvEnabled

Function tracingEnvEnabled

packages/components/src/tracingEnv.ts:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88]
89
90export const tracingEnvEnabled = (): boolean => TRACING_ENV_PROVIDERS.some((p) => p.getEnvConfig() !== undefined)
91
92/**
93 * Merge env-var-enabled tracing providers into the analytic map. UI config wins when both sources

Callers 4

tracingEnv.test.tsFile · 0.90
additionalCallbacksFunction · 0.90
initMethod · 0.90
executeAgentFlowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected