Update Riot/Modules/Analytics/SentryMonitoringClient.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Mauro
2025-03-10 19:10:31 +01:00
committed by GitHub
parent 98dd9a152c
commit 08f80ed3cb

View File

@@ -39,7 +39,7 @@ struct SentryMonitoringClient {
// Disabled as it seems to report a lot of false positives
options.enableAppHangTracking = false
// Most of the network requests are made Rust side, this is useless
// Disable unnecessary network tracking
options.enableNetworkBreadcrumbs = false
// Doesn't seem to work at all well with SwiftUI