(callback: EventProcessor)
| 305 | * context will have the processor applied. |
| 306 | */ |
| 307 | export function addEventProcessor(callback: EventProcessor): void { |
| 308 | getIsolationScope().addEventProcessor(callback); |
| 309 | } |
| 310 | |
| 311 | /** |
| 312 | * Start a session on the current isolation scope. |
nothing calls this directly
no test coverage detected