Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f2d8069

Browse files
committed
Track UISIs as Countly Events
1 parent 0368ad4 commit f2d8069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/MatrixChat.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
14071407

14081408
const dft = new DecryptionFailureTracker((total, errorCode) => {
14091409
Analytics.trackEvent('E2E', 'Decryption failure', errorCode, total);
1410+
CountlyAnalytics.instance.track("decryption_failure", { errorCode }, null, { sum: total });
14101411
}, (errorCode) => {
14111412
// Map JS-SDK error codes to tracker codes for aggregation
14121413
switch (errorCode) {

0 commit comments

Comments
 (0)