()
| 88 | ] |
| 89 | |
| 90 | export 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 |
no outgoing calls
no test coverage detected