|
6 | 6 | > the tracking plan for the specific Compass version you can use the following
|
7 | 7 | > URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
|
8 | 8 |
|
9 |
| -Generated on Thu, Jul 17, 2025 |
| 9 | +Generated on Tue, Jul 29, 2025 |
10 | 10 |
|
11 | 11 | ## Table of Contents
|
12 | 12 |
|
@@ -77,6 +77,10 @@ Generated on Thu, Jul 17, 2025
|
77 | 77 |
|
78 | 78 | - [Data Modeling Diagram Created](#event--DataModelingDiagramCreated)
|
79 | 79 | - [Data Modeling Diagram Exported](#event--DataModelingDiagramExported)
|
| 80 | +- [Data Modeling Diagram Imported](#event--DataModelingDiagramImported) |
| 81 | +- [Data Modeling Relationship Added](#event--DataModelingDiagramRelationshipAdded) |
| 82 | +- [Data Modeling Relationship Form Opened](#event--DataModelingDiagramRelationshipEdited) |
| 83 | +- [Data Modeling Relationship Deleted](#event--DataModelingDiagramRelationshipDeleted) |
80 | 84 |
|
81 | 85 | ### Database / Collection List
|
82 | 86 |
|
@@ -860,6 +864,9 @@ This event is fired when a connection attempt fails.
|
860 | 864 | - The error code (if available).
|
861 | 865 | - **error_name** (required): `string`
|
862 | 866 | - The error name.
|
| 867 | +- **error_code_cause_chain** (optional): `{} | undefined` |
| 868 | + - The error codes (or code names) from the error's cause chain. |
| 869 | + The driver and the OIDC library we use are two places that use cause chains. |
863 | 870 | - **auth_type** (optional): `string | undefined`
|
864 | 871 | - Desktop only. The authentication type used in the connection.
|
865 | 872 | - **tunnel** (optional): `string | undefined`
|
@@ -1003,7 +1010,41 @@ This event is fired when user exports data modeling diagram.
|
1003 | 1010 |
|
1004 | 1011 | **Properties**:
|
1005 | 1012 |
|
1006 |
| -- **format** (required): `"json" | "png"` |
| 1013 | +- **format** (required): `"json" | "png" | "diagram"` |
| 1014 | +- **is_compass_web** (optional): `true | undefined` |
| 1015 | + |
| 1016 | +<a name="event--DataModelingDiagramImported"></a> |
| 1017 | + |
| 1018 | +### Data Modeling Diagram Imported |
| 1019 | + |
| 1020 | +This event is fired when user imports data modeling diagram. |
| 1021 | + |
| 1022 | +<a name="event--DataModelingDiagramRelationshipAdded"></a> |
| 1023 | + |
| 1024 | +### Data Modeling Relationship Added |
| 1025 | + |
| 1026 | +This event is fired when user adds a new relationship to a data modeling diagram. |
| 1027 | + |
| 1028 | +**Properties**: |
| 1029 | + |
| 1030 | +- **num_relationships** (required): `number` |
| 1031 | +- **is_compass_web** (optional): `true | undefined` |
| 1032 | + |
| 1033 | +<a name="event--DataModelingDiagramRelationshipEdited"></a> |
| 1034 | + |
| 1035 | +### Data Modeling Relationship Form Opened |
| 1036 | + |
| 1037 | +This event is fired when user edits a relationship in a data modeling diagram. |
| 1038 | + |
| 1039 | +<a name="event--DataModelingDiagramRelationshipDeleted"></a> |
| 1040 | + |
| 1041 | +### Data Modeling Relationship Deleted |
| 1042 | + |
| 1043 | +This event is fired when user deletes a relationship from a data modeling diagram. |
| 1044 | + |
| 1045 | +**Properties**: |
| 1046 | + |
| 1047 | +- **num_relationships** (required): `number` |
1007 | 1048 | - **is_compass_web** (optional): `true | undefined`
|
1008 | 1049 |
|
1009 | 1050 | ## Database / Collection List
|
|
0 commit comments