(_eventName: string)
| 18 | } |
| 19 | |
| 20 | export function shouldSampleEvent(_eventName: string): number | null { |
| 21 | return 0 |
| 22 | } |
| 23 | |
| 24 | export async function shutdown1PEventLogging(): Promise<void> {} |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected