venantius / pyro

Light up your Clojure stacktraces
Eclipse Public License 1.0
318 stars 5 forks source link

Whitelist support #16

Closed venantius closed 6 years ago

venantius commented 6 years ago

One of the things I've been thinking about lately is support for a whitelist function - particularly support for regex-based filtering of namespaces or files. In some ways this is a purer approach than trying to hide everything we think is non-relevant; the downside, of course, is that it's not very portable.

One possible interface here would be a :whitelist key that takes a regex or explicit matcher.

venantius commented 6 years ago

Resolved by 3a6ce761edf86ef1a6a9982414512be835f53791