We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cc0a3 commit 49ecec8Copy full SHA for 49ecec8
src/Sandbox.ts
@@ -237,6 +237,7 @@ export class Sandbox {
237
return {
238
id: this.id,
239
env: customSession?.env,
240
+ hostToken: customSession?.hostToken,
241
bootupType: this.bootupType,
242
cluster: this.cluster,
243
latestPitcherVersion: this.pitcherManagerResponse.latestPitcherVersion,
0 commit comments