(hook: PostSamplingHook)
| 29 | * This is an internal API not exposed through settings |
| 30 | */ |
| 31 | export function registerPostSamplingHook(hook: PostSamplingHook): void { |
| 32 | postSamplingHooks.push(hook) |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Clear all registered post-sampling hooks (for testing) |
no test coverage detected