()
| 95 | baseUrl?: string |
| 96 | } |
| 97 | function getBatchConfig(): BatchConfig { |
| 98 | return getDynamicConfig_CACHED_MAY_BE_STALE<BatchConfig>( |
| 99 | BATCH_CONFIG_NAME, |
| 100 | {}, |
| 101 | ) |
| 102 | } |
| 103 | |
| 104 | // Module-local state for event logging (not exposed globally) |
| 105 | let firstPartyEventLogger: ReturnType<typeof logs.getLogger> | null = null |
no test coverage detected