Pangratios Cosma
Pangratios Cosma
With the introduction of async beforeNotify handlers, the return value of `Honeybadger.notify()` is not always consistent (you can follow discussion here at #984). To sum up: - when async beforeNotify...
With the recent introduction of [notifier per package](https://github.com/honeybadger-io/honeybadger-js/pull/1107), we want to take advantage of Typescript and make sure we set a new notifier identifier for every [new js client integration](https://github.com/honeybadger-io/honeybadger/pull/4067)....
## Description Uncaught errors in API routes or middleware functions are not reported, because they reach our custom `_error.js` handler with [status code 404](https://nextjs.org/docs/advanced-features/custom-error-page#caveats) and have no context of the...
The nextjs package uploads source maps on Honeybadger for the Edge Runtime, but they don't get mapped to the source code. ## TODO - [ ] Remove from limitations section...
From [CloudFlare Workers](https://workers.cloudflare.com/works) page: > What packages don't work? Many packages that require Node dependencies, such as fs or net/http, aren't supported in Workers because Workers isn't Node—it's [built on...
We should implement the Events API in the PHP package (`Honeybadger.event()`), as per the [Client Library spec](https://www.notion.so/honeybadger/Client-Library-Spec-aa891332f7874196aa0695b6d38dca66?pvs=4#7cd9bb2587c449a480560fae5338feeb). To be decided (this can be a separate issue): - How is automatic...
@ben-findley received feedback that we could allow setting custom _diagnostics_ (or _context_) before sending an error to Honeybadger. On first glance, this would be something similar to [the beforeNotify handlers...
We’ve just signed up for a trial of Honeybadger. Going OK so far but we’re getting loads of deprecation warnings showing up. This is despite having the following in the...
Hello, nice work! I tried your benchmark with different sets of inputs, a combination of short, medium and long text or search pattern, i.e.: - short text, short search pattern,...
Use pipenv to create deterministic dependencies installations, so that we avoid situations where newer versions of dependencies introduce breaking changes.