* Check if GrowthBook operations should be enabled
()
| 420 | * Check if GrowthBook operations should be enabled |
| 421 | */ |
| 422 | function isGrowthBookEnabled(): boolean { |
| 423 | // GrowthBook depends on 1P event logging. |
| 424 | return is1PEventLoggingEnabled() |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Hostname of ANTHROPIC_BASE_URL when it points at a non-Anthropic proxy. |
no test coverage detected