Feature/4889 deactivate rust for prod

This commit is contained in:
JanNiklas Grabowski
2023-06-28 05:59:03 +00:00
committed by Frank Rotermund
parent fe6f9c5fb7
commit a22c234e82
27 changed files with 889 additions and 36 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ extension Analytics {
func trackE2EEError(_ reason: DecryptionFailureReason, context: String) {
let event = AnalyticsEvent.Error(
context: context,
cryptoModule: .Rust,
cryptoModule: MXSDKOptions.sharedInstance().enableCryptoSDK ? .Rust : .Native,
domain: .E2EE,
name: reason.errorName
)