| 143 | * for anything that slipped through. |
| 144 | */ |
| 145 | export class ObservabilityMiddleware extends HttpApiMiddleware.Service<ObservabilityMiddleware>()( |
| 146 | "@executor-js/api/ObservabilityMiddleware", |
| 147 | { error: InternalError }, |
| 148 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected