Skip to content

Frequently asked questions

Return false to a Honeybadger.beforeNotify handler:

Honeybadger.beforeNotify(function (notice) {
if (/third-party-domain/.test(notice.stack)) {
return false;
}
});

For more information, see Reducing Noise.

Check out the Troubleshooting section.