()
| 35 | * Returns true if Profound analytics is configured. |
| 36 | */ |
| 37 | export function isProfoundEnabled(): boolean { |
| 38 | return isHosted && Boolean(env.PROFOUND_API_KEY) && Boolean(env.PROFOUND_ENDPOINT) |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Flushes buffered log entries to Profound's API. |