Skip to content

v0.1.0

Choose a tag to compare

@ashimov ashimov released this 19 Apr 12:10
· 7 commits to main since this release

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