fix(MM-63460): HTTPClientError spam (#8693)
This commit is contained in:
parent
96f1c59e0f
commit
1ddaf5c32f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ func initSentryAppExt(){
|
|||
SentrySDK.start { options in
|
||||
options.dsn = SENTRY_DSN
|
||||
options.enableAppHangTracking = false
|
||||
options.enableCaptureFailedRequests = true
|
||||
options.enableCaptureFailedRequests = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue