shadabahmed / logstasher

Awesome rails logs
MIT License
821 stars 136 forks source link

Add backtrace filter option #129

Closed kapcod closed 3 years ago

kapcod commented 7 years ago

Many times, when you work with complex framework like Rails you have a ton of backtrace lines that just meaningless for you. This addition allows flexible filtering of backtrace.

shadabahmed commented 7 years ago

Thanks @crazyshot for the PR. Could you fix the tests ? I can merge and release the gem

kapcod commented 7 years ago

Hi, @shadabahmed, I fixed tests, please merge.

petergoldstein commented 3 years ago

Code was merged in #168 on a rebased branch. Thanks @kapcod !