pbrisbin / bugsnag-haskell

Bugsnag error reporter for Haskell
10 stars 7 forks source link

Configure is-in-project from Settings #11

Closed pbrisbin closed 6 years ago

pbrisbin commented 6 years ago

Ideally, we'd add a FilePath -> Bool to settings. The main issue is that we don't current pass the settings all the way to stack-frame construction in every case. It might mean a few extra arguments in the public API, which is annoying.

pbrisbin commented 6 years ago

We might be able to do this, custom grouping hash, and filterable strack traces, all at once by post-processing the exceptions in the notify function, where settings is readily available...