Skip to content

Commit c33c523

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 54217b5 + 9f89a5e commit c33c523

File tree

300 files changed

+2596
-1594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+2596
-1594
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignoring templates for .yml files as they contain non-yaml syntax
2+
*.in.yml

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ Niva Sivakumar <[email protected]>
101101
Will Ratner <[email protected]>
102102
Gagik Amaryan <[email protected]>
103103
Dylan Richardson <[email protected]>
104+
Ruby Dong <[email protected]>

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Sun Apr 13 2025.
2+
This document was automatically generated on Sun Apr 20 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Sun, Apr 13, 2025
9+
Generated on Sun, Apr 20, 2025
1010

1111
## Table of Contents
1212

@@ -152,6 +152,7 @@ Generated on Sun, Apr 13, 2025
152152
- [Performance Advisor Clicked](#event--PerformanceAdvisorClickedEvent)
153153
- [Screen](#event--ScreenEvent)
154154
- [Secret Storage Not Available](#event--SecretStorageNotAvailableEvent)
155+
- [Experiment Viewed](#event--ExperimentViewedEvent)
155156

156157
### Performance Tab
157158

@@ -1779,6 +1780,15 @@ This event is fired when a user activates (i.e., navigates to) a screen.
17791780
This event is fired at startup when we detect that the application is running on
17801781
a system that doesn't offer a suitable secret storage backend.
17811782

1783+
<a name="event--ExperimentViewedEvent"></a>
1784+
1785+
### Experiment Viewed
1786+
1787+
**Properties**:
1788+
1789+
- **test_name** (required): `string`
1790+
- **is_compass_web** (optional): `true | undefined`
1791+
17821792
## Performance Tab
17831793

17841794
<a name="event--CurrentOpShowOperationDetailsEvent"></a>

0 commit comments

Comments
 (0)