Releases: bugout-dev/humbug
Humbug Python library v0.2.5
Added support to Humbug Python for PEP 561. Without this, mypy doesn't like humbug imports.
Humbug Python library v0.2.4
Adds support for reporting feature engagement.
Also adds function/method decorators which allow you to capture when a function in your code base is called and when it raises an exception.
Humbug Python library v0.2.3
Gives users the ability to set tags on HumbugReporter
instances which are published with every report sent by that reporter.
Humbug Python library v0.2.2
Adds error information as tags to error reports.
Humbug Javascript library v0.0.3
Simplified interface so that no journal ID is needed, only token one.
Humbug Javascript library v0.0.2
Imports organization for module.
Humbug Javascript library v0.0.1
First release of Humbug for Javascript.
Currently only supports Node.js runtimes. Support for browser coming soon!
Easy reporting of basic system information and errors.
You can report uncaught exceptions using Node's [process.on('uncaughtException', ...)](https://nodejs.org/api/process.html#process_event_uncaughtexception)
Humbug Python library v0.2.1
Backwards compatible version of Humbug Python with only requests
as a dependency.
Humbug Python library v0.2.0
Removed all requirements except request.
Simplified interface so that no journal ID is needed.
All calls are made to the new https://spire.bugout.dev/humbug/reports
endpoint.
Humbug Python library v0.1.16
Added logging hook so that log messages (above a given log level) get reported to Bugout if the logging hook is set up.