Skip to content

Releases: jaikoo/bloop-python

v0.2.0

13 Feb 23:58

Choose a tag to compare

What's New

  • capture_exception(exc) — Capture a Python exception with full traceback including chained exceptions via traceback.format_exception()
  • atexit flushatexit.register(self.close) prevents data loss on normal process exit
  • threading.excepthook — Catches crashes in spawned threads (Python 3.8+), guarded with hasattr
  • Improved _install_excepthook — Now uses capture_exception() for proper traceback extraction instead of raw capture()
  • Clean shutdownclose() unregisters atexit handler and restores threading.excepthook

v0.1.0

13 Feb 22:14

Choose a tag to compare

Initial release of bloop-sdk for Python. Automatic error capture, HMAC signing, buffered batch sending.