Skip to content

Releases: Hawk-API/hawkapi-sentry

v0.2.0 — security hardening

16 May 14:11

Choose a tag to compare

Full OWASP review fixes. See CHANGELOG.md for details.

v0.1.1

19 Apr 12:23

Choose a tag to compare

Bump Development Status classifier to 5 - Production/Stable.

v0.1.0

19 Apr 12:10

Choose a tag to compare

Initial release: SentryPlugin and SentryMiddleware for HawkAPI.

  • SentryPlugin — wires sentry_sdk.init on startup, captures unhandled exceptions with request context, redacts auth headers, supports user context and global tags
  • SentryMiddleware — per-request Sentry transactions with OTel-compatible status codes
  • 31 tests, ruff + pyright strict clean
  • Python 3.12 / 3.13, hawkapi>=0.1.3, sentry-sdk>=2.0