Pangratios Cosma
Pangratios Cosma
Thanks @jadefish ! The example repo helps a lot! I will take a look at this in the coming days.
> When the Insights API is rate limited, the [current error message](https://github.com/honeybadger-io/honeybadger-php/blob/48418b9c81aedf3ed89930b2cbecaf77e52c4ca1/src/Exceptions/ServiceException.php#L29-L32) says it's the exceptions API. We should say which API is being rate limited, and also check our...
Hey @GabeMeister, I'm sorry that you had this experience while setting up Honeybadger for the first time. > we got a lot of very confusing errors, and ended up needing...
Hey @farhantahir, are you aware of the `Honeybadger.beforeNotify` handlers? You can [configure honeybadger](https://docs.honeybadger.io/lib/javascript/guides/reducing-noise/) to exclude errors from being reported. Let me know if that works for you!
@rabidpraxis I renamed the name of this PR to align with conventional commits, since we will be using conventional commits to generate changelog after #649 is merged.
Note: A workaround to catch errors in API handlers and middleware has been implemented with #1435 (`withHoneybadger`).