| 8 | import { withExecutionAnalytics } from "./engine"; |
| 9 | |
| 10 | class FakeExecutionError extends Data.TaggedError("FakeExecutionError")<{}> {} |
| 11 | |
| 12 | type Recorded = { readonly name: AnalyticsEventName; readonly properties: unknown }; |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected