feat(client): Allow tracing without FS

This commit is contained in:
Edward Jibson 2024-11-05 10:36:36 +00:00
parent c49ddaa6ff
commit 52f161fd6a
2 changed files with 6797 additions and 4867 deletions

View file

@ -89,11 +89,13 @@ export class Tracing
async stopChunk() {
this._traceBuffer = await this._collectTraceAsBuffer();
return this._traceBuffer;
}
async stop() {
this._traceBuffer = await this._collectTraceAsBuffer();
await this._channel.tracingStop();
return this._traceBuffer;
}
private async _collectTraceAsBuffer(): Promise<Buffer> {

File diff suppressed because it is too large Load diff