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

(cherry picked from commit 1ddaf5c32f)

Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
This commit is contained in:
Mattermost Build 2025-03-21 08:01:25 +02:00 committed by GitHub
parent fa550da96a
commit 34837402dc
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
}
}
}