File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/compass-telemetry/src Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,9 @@ type NewConnectionEvent = ConnectionScopedEvent<{
803
803
topology_type : string ;
804
804
805
805
/**
806
- * The number of active connections.
806
+ * The number of saved active connections (doesn't include new connections
807
+ * that are not yet fully saved, like the ones created with the "New
808
+ * Connection" button)
807
809
*/
808
810
num_active_connections : number ;
809
811
Original file line number Diff line number Diff line change @@ -325,6 +325,12 @@ function generateMarkdownPlan(
325
325
const markdown = `
326
326
# Compass Tracking Plan
327
327
328
+ > [!NOTE]
329
+ > This plan represents the tracking plan for the current branch / commit that
330
+ > you have selected (\`main\` by default), it might not be released yet. To find
331
+ > the tracking plan for the specific Compass version you can use the following
332
+ > URL: https://github.com/mongodb-js/compass/blob/v<compass version>/docs/tracking-plan.md
333
+
328
334
Generated on ${ formattedDate }
329
335
330
336
## Table of Contents
You can’t perform that action at this time.
0 commit comments