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.
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...
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.