Increase local rust crypto rollout

This commit is contained in:
Andy Uhnak
2023-03-20 13:41:33 +00:00
parent f07c4a4b40
commit 7a1d73cf13
3 changed files with 11 additions and 1 deletions
@@ -46,6 +46,9 @@ struct SentryMonitoringClient {
if let message = event.message?.formatted {
event.fingerprint = [message]
}
event.tags = [
"crypto_module": MXSDKOptions.sharedInstance().cryptoModuleId
]
MXLog.debug("[SentryMonitoringClient] Issue detected: \(event)")
return event
}