Method: Honeybadger::Agent#exception_fingerprint
- Defined in:
- lib/honeybadger/agent.rb
permalink #exception_fingerprint ⇒ Object
DEPRECATED: Callback to add a custom grouping strategy for exceptions. The return value is hashed and sent to Honeybadger. Errors with the same fingerprint will be grouped.
See public API documentation for Notice for available attributes.
503 |
# File 'lib/honeybadger/agent.rb', line 503 def_delegator :config, :exception_fingerprint |