Skip to content

v0.5.0

Choose a tag to compare

@tomreitsma tomreitsma released this 02 Mar 19:40
· 6 commits to main since this release

What's new

  • flush() — Drain pending events before shutdown (e.g. before page unload)
  • captureHttpErrors — Automatically capture HTTP errors from fetch() requests. Supports true (5xx), specific status codes, or an object with statuses and targets for URL filtering
  • boobooQueryIntegration() — TanStack Query / React Query integration that captures query and mutation errors with query keys, hashes, and mutation IDs as context
  • axiosErrorInterceptor() — Axios response interceptor for automatic HTTP error capture