Reporter` instances now allow publication of reports in the background. This is done using the `wait` keyword argument of `publish` (as well as `system_report` and `error_report`).
0.1.3
Added `client_id` and `session_id` members on the reporter. These get added as metadata to all reports.
System and error reports now include user timestamp at the top.
0.1.2
Renamed library to Humbug - Flypaper was too difficult to say. :)
0.1.1
First working implementation of the Flypaper Python library.
Supports: 1. Publishing Flypaper reports to Bugout knowledge bases 2. Adding system information to Flypaper reports 3. Publishing **only** if user has given consent to share these reports
0.0.5
Javascript error names are now reported using tags of the form `error:<error_name>`.
0.0.4
Consent flow of Javascript library now matches the flow of the Python library - consent is calculated at reporting time, every time!
Also removed package-lock.json from git, as is appropriate for a library like this.