| 52 | } |
| 53 | |
| 54 | export class ErrorCapture extends Context.Service<ErrorCapture, ErrorCaptureShape>()( |
| 55 | "@executor-js/api/ErrorCapture", |
| 56 | ) { |
| 57 | /** No-op — used where capture isn't wired. Traces back as empty string. */ |
nothing calls this directly
no outgoing calls
no test coverage detected