pbrisbin / bugsnag-haskell

Bugsnag error reporter for Haskell
10 stars 7 forks source link

Configurable grouping hash #13

Closed pbrisbin closed 6 years ago

pbrisbin commented 6 years ago

Just setting a grouping hash is easy, it's just a property of any Event, but what we probably want is a field like BugsnagException -> Maybe GroupingHash on settings, which gets used for each exception notified.