fix(MM-63460): HTTPClientError spam (#8693)

This commit is contained in:
Rahim Rahman 2025-03-20 11:15:05 -06:00 committed by GitHub
parent 96f1c59e0f
commit 1ddaf5c32f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ func initSentryAppExt(){
SentrySDK.start { options in
options.dsn = SENTRY_DSN
options.enableAppHangTracking = false
options.enableCaptureFailedRequests = true
options.enableCaptureFailedRequests = false
}
}
}