(cherry picked from commit 1ddaf5c32f)
Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
This commit is contained in:
parent
fa550da96a
commit
34837402dc
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