()
| 3 | import type { ProjectState } from './project-state' |
| 4 | |
| 5 | function isTelemetryDisabled(): boolean { |
| 6 | return Boolean(process.env.CHECKPOINT_DISABLE) |
| 7 | } |
| 8 | |
| 9 | const eventCapture = new PosthogEventCapture(PUBLIC_POSTHOG_BOOTSTRAP_ACTIVATION_PROJECT_KEY) |
| 10 |
no outgoing calls
no test coverage detected