Fix backtrace filtering for producer

This commit is contained in:
Thibault Jouan
2015-04-03 21:52:27 +00:00
parent dc561de047
commit 0da47a0acb
3 changed files with 11 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ module Producer
module Core
class ErrorFormatter
FILTERS = [
/\/producer-\w+\/(?:bin|lib)\//,
/\/producer-\w+/,
/\/net-ssh/,
/\/net-sftp/
].freeze