(patch: TelemetryContextPatch)
| 86 | } |
| 87 | |
| 88 | setTelemetryContext(patch: TelemetryContextPatch): void { |
| 89 | this.telemetry.setContext?.(patch); |
| 90 | } |
| 91 | |
| 92 | async createSession(options: CreateSessionOptions): Promise<Session> { |
| 93 | const { planMode, kaos, persistenceKaos, sessionStartedProperties, ...coreOptions } = options; |
no test coverage detected