Skip to content

Releases: bugout-dev/humbug

Humbug Python library v0.2.5

06 Jun 22:09
e2687ee
Compare
Choose a tag to compare

Added support to Humbug Python for PEP 561. Without this, mypy doesn't like humbug imports.

Humbug Python library v0.2.4

06 Jun 21:40
928dc34
Compare
Choose a tag to compare

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

06 Jun 20:00
b53d5cc
Compare
Choose a tag to compare

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

30 Apr 16:41
3c93ece
Compare
Choose a tag to compare

Adds error information as tags to error reports.

Humbug Javascript library v0.0.3

28 Apr 11:17
c5f1b4d
Compare
Choose a tag to compare

Simplified interface so that no journal ID is needed, only token one.

Humbug Javascript library v0.0.2

27 Apr 09:23
40a8ec3
Compare
Choose a tag to compare

Imports organization for module.

Humbug Javascript library v0.0.1

26 Apr 17:03
a666bb5
Compare
Choose a tag to compare

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

22 Apr 18:32
79f8882
Compare
Choose a tag to compare

Backwards compatible version of Humbug Python with only requests as a dependency.

Humbug Python library v0.2.0

19 Apr 16:54
5982739
Compare
Choose a tag to compare

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

09 Apr 16:04
ac3dd00
Compare
Choose a tag to compare

Added logging hook so that log messages (above a given log level) get reported to Bugout if the logging hook is set up.