Skip to content

Commit

Permalink
correct error tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Dec 5, 2024
1 parent 7a7e46a commit a6cafc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class UserSessionFlowCoordinator: FlowCoordinatorProtocol {
case .withheldForUnverifiedOrInsecureDevice:
analytics.trackError(context: nil, domain: .E2EE, name: .RoomKeysWithheldForUnverifiedDevice, timeToDecryptMillis: timeToDecryptMs)
case .withheldBySender:
analytics.trackError(context: nil, domain: .E2EE, name: .UnknownError, timeToDecryptMillis: timeToDecryptMs)
analytics.trackError(context: nil, domain: .E2EE, name: .OlmKeysNotSentError, timeToDecryptMillis: timeToDecryptMs)
}
}
.store(in: &cancellables)
Expand Down

0 comments on commit a6cafc4

Please sign in to comment.