humbug icon indicating copy to clipboard operation
humbug copied to clipboard

Get usage metrics and crash reports for your API, library, or command line tool.

Results 18 humbug issues
Sort by recently updated
recently updated
newest added

All of the methods for HumbugReporter work on a `*HumbugReporter`. They should all do a nil check and, if nil, should print a warning and noop.

bug
go

PR close issue https://github.com/bugout-dev/humbug/issues/31

python

It should be possible to define a user prompt (using `humbug.consent.prompt_user`) with a default value and a timeout period. If the prompt times out, consent should move forward with the...

python

The tokens being used for reporting do not have the full power of Bugout API tokens, and the naming should reflect this. Relevant line of code: https://github.com/bugout-dev/humbug/blob/66de8d4373291d1eb750864c7c420ee6d8392d6c/python/humbug/report.py#L49

Consent is checked on every report publication anyway, so it makes sense for `consent.ConsentMechanism` functions to take an optional `Report` argument. This can be used to present users with the...

This enables the common desktop app crash reporting semantics of prompting the user once a crash has occurred to check if they would like to report the issue back to...

This will allow Humbug customers to hide sensitive parameter values from usage reports.

python