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 7a5ca88 commit 5693c22Copy full SHA for 5693c22
src/tools/atlasLocal/connect/connectDeployment.ts
@@ -22,6 +22,9 @@ export class ConnectDeploymentTool extends AtlasLocalToolBase {
22
// Connect to the deployment
23
await this.session.connectToMongoDB({ connectionString });
24
25
+ // Lookup the deployment id and add it to the telemetry metadata
26
+ await this.lookupDeploymentIdAndAddToTelemetryMetadata(client, deploymentName);
27
+
28
return {
29
content: [
30
{
0 commit comments