(
event: 'send-non-fatal-exception',
listener: (error: Error, context?: { [key: string]: string }) => void
)
| 132 | declare namespace NodeJS { |
| 133 | interface Process extends EventEmitter { |
| 134 | on( |
| 135 | event: 'send-non-fatal-exception', |
| 136 | listener: (error: Error, context?: { [key: string]: string }) => void |
| 137 | ): this |
no outgoing calls
no test coverage detected