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 05dd5e5 commit 43838ceCopy full SHA for 43838ce
packages/compass-connections/src/stores/connections-store-redux.ts
@@ -1584,11 +1584,7 @@ const connectWithOptions = (
1584
mongoLogId(1_001_000_004),
1585
'Connection UI',
1586
'Initiating connection attempt',
1587
- {
1588
- isAutoconnectAttempt,
1589
- clusterName: connectionInfo.atlasMetadata?.clusterName,
1590
- connectionId: connectionInfo.id,
1591
- }
+ { isAutoconnectAttempt }
1592
);
1593
1594
// Connection form allows to start connecting with invalid connection
0 commit comments