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 a57528d commit a421812Copy full SHA for a421812
packages/cloud/src/bridge/BridgeOrchestrator.ts
@@ -95,7 +95,7 @@ export class BridgeOrchestrator {
95
96
if (!instance) {
97
try {
98
- console.log(`[BridgeOrchestrator#connectOrDisconnect] Connecting...`)
+ console.log(`[BridgeOrchestrator#connectOrDisconnect] Connecting to ${options.socketBridgeUrl}...`)
99
// Populate telemetry properties before registering the instance.
100
await options.provider.getTelemetryProperties()
101
0 commit comments