-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Cleanup exception that are not logged as error #4590
Comments
This is cleanup milestone, deprioritizing for now. |
I think this is easier to do by defining |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@humitos |
I think we still need #5073 to close this |
This is still valid. We are logging manually those exceptions to sentry readthedocs.org/readthedocs/doc_builder/environments.py Lines 606 to 622 in 72972b5
From projects/tasks.py we are re-raising some exceptions to don't fall into the genereal And we haven't removed the old code :) readthedocs.org/readthedocs/doc_builder/environments.py Lines 536 to 542 in 72972b5
There is no way to fix this using And using the |
I feel like this is now solved. Re-open it if not 👍 |
After #4495 got merged @agjohnson suggested to have an attribute in the Exception class and check for that attribute before log the exception, instead of defining a list for the warning exceptions as I did at:
https://github.com/rtfd/readthedocs.org/pull/4495/files#diff-ca52b098301dd315a834b3556ab9a7d5R424
Also, there are more exceptions that have to treat in the same way:
ProjectConfigurationError
for example.https://sentry.io/read-the-docs/readthedocs-org/issues/668248681/
The text was updated successfully, but these errors were encountered: