Skip to content
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

Log exceptions that happen when reporting metrics #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

avoronov-box
Copy link

At the moment, if an exception happens inside report_now, it is wholly ignored This means that if there is a fault in the reporter, it may silently sit there, not reporting anything, without anyone's knowledge.

Add some basic logging of caught exceptions so that they show up in user's logs and so that they are able to inspect problems when they arise.

At the moment, if an exception happens inside report_now, it is wholly ignored
This means that if there is a fault in the reporter, it may silently sit there, not
reporting anything, without anyone's knowledge.

Add some basic logging of caught exceptions so that they show up in user's logs and so that
they are able to inspect problems when they arise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant