Fabricio Solanes

Results 4 comments of Fabricio Solanes

Apparently it also requires 'name' to be set when I reload the config. Anybody knows why? This should not be required for slack (username should do it).

https://gist.github.com/argent-smith/3835854

`exception_notification/lib/exception_notification/rack.rb` defines at the bottom ``` ruby def from_crawler(env, ignored_crawlers) agent = env['HTTP_USER_AGENT'] Array(ignored_crawlers).any? do |crawler| agent =~ Regexp.new(crawler) end end ``` It would be great if we could configure...

Thanks for pointing that out @jweslley. Though I think this a very common problem and deserves it's own space and default configs. IMO it is better to filter by IP...