Closed subzero10 closed 1 year ago
Looks like a custom fingerprint is already supported in $honeybadger->notify
. Seems there's no documentation page for it, though. Made a PR: https://github.com/honeybadger-io/docs/pull/292
No beforeNotify()
method in the PHP library, so no custom fingerprinting there. I'm not sure why there isn't such a hook. Perhaps because there's much less async stuff going in PHP, so the hook wouldn't add much value.
Thanks! I don't know why I missed it :)
The PHP package is missing support for Honeybadger's custom fault grouping feature. This can be achieved by passing a custom
fingerprint
to the Honeybadger API when reporting an error/notice.See related issues in other packages: