Disable unnecessary network breadcrumbs in Sentry

This commit is contained in:
Andy Uhnak
2022-09-15 16:38:06 +01:00
parent f8fc97d2d0
commit 7b8af6b6b9
@@ -37,6 +37,10 @@ struct SentryMonitoringClient {
options.sampleRate = 0.1
options.tracesSampleRate = 0.1
// Disable unnecessary network tracking
options.enableNetworkBreadcrumbs = false
options.enableNetworkTracking = false
options.beforeSend = { event in
MXLog.debug("[SentryMonitoringClient] Issue detected: \(event)")
return event