| 154 | * for anything that slipped through. |
| 155 | */ |
| 156 | export class ObservabilityMiddleware extends HttpApiMiddleware.Service<ObservabilityMiddleware>()( |
| 157 | "@executor-js/api/ObservabilityMiddleware", |
| 158 | { error: InternalError }, |
| 159 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected