* Enable debug tracing. * @param config - Optional configuration overrides
(config?: Partial<DebugConfig>)
| 250 | * @param config - Optional configuration overrides |
| 251 | */ |
| 252 | enable(config?: Partial<DebugConfig>): Promise<void>; |
| 253 | |
| 254 | /** |
| 255 | * Disable debug tracing. |
no outgoing calls
no test coverage detected