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 446e00b commit 731a872Copy full SHA for 731a872
packages/compass-telemetry/src/telemetry-events.ts
@@ -832,6 +832,12 @@ type ConnectionFailedEvent = ConnectionScopedEvent<{
832
* The error name.
833
*/
834
error_name: string;
835
+
836
+ /**
837
+ * The error codes (or code names) from the error's cause chain.
838
+ * The driver and the OIDC library we use are two places that use cause chains.
839
+ */
840
+ error_code_cause_chain: (string | number)[] | undefined;
841
} & ExtraConnectionData;
842
}>;
843
0 commit comments