Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/compass-telemetry/src/telemetry-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,9 @@ type NewConnectionEvent = ConnectionScopedEvent<{
topology_type: string;

/**
* The number of active connections.
* The number of saved active connections (doesn't include new connections
* that are not yet fully saved, like the ones created with the "New
* Connection" button)
*/
num_active_connections: number;

Expand Down
6 changes: 6 additions & 0 deletions scripts/generate-tracking-plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@ function generateMarkdownPlan(
const markdown = `
# Compass Tracking Plan

> [!NOTE]
> This plan represents the tracking plan for the current branch / commit that
> you have selected (\`main\` by default), it might not be released yet. To find
> the tracking plan for the specific Compass version you can use the following
> URL: https://github.com/mongodb-js/compass/blob/v<compass version>/docs/tracking-plan.md

Generated on ${formattedDate}

## Table of Contents
Expand Down
Loading