-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry: Disable tracking HTTP client errors and app hangs #10373
Conversation
You can test the changes from this Pull Request by:
|
Podfile
Outdated
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => 'trunk' | ||
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => '' | ||
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => '1d3bb8030b3aed54c2b24c18fb95f3945ac63f9f' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there have been a few updates here. Should we point it to the latest commit, d841ba6b6a048218a8d8507b8d71c0c1349036ae
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the PR has been merged, I've point the library to trunk
now. I'll update it to a version number once the update is released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I cannot trigger CI to build the updated version of the library on Cocoapods, I'll merge this PR for now to make it to the code freeze (pointing the library to trunk
). Hopefully, a release manager would help with updating the library version cc @spencertransier 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes: #10372
Please also review Automattic/Automattic-Tracks-iOS#261.
Description
This PR updates
Automattic-Tracks-iOS
and adds configs to disable HTTP client error and app hang tracking on Sentry. The purpose is to stop reports of these errors bloating up Sentry report list - we'll find better ways to keep track of the issues.Testing instructions
It's not straightforward to check that these errors are not tracked from debug builds. You can use breakpoints to ensure that the options are delivered to
Automattic-Tracks-iOS
'sCrashLogging
file successfully.Screenshots
N/A
RELEASE-NOTES.txt
if necessary.