diff --git a/config/initializers/logster.rb b/config/initializers/logster.rb index 82c183e9f00..23c01ab7ec9 100644 --- a/config/initializers/logster.rb +++ b/config/initializers/logster.rb @@ -20,6 +20,9 @@ if Rails.env.production? # /(?m).*?Line: (?:\D|0).*?Column: (?:\D|0)/, + # also empty JS errors + /^Script error\..*Line: 0/m, + # CSRF errors are not providing enough data # suppress unconditionally for now /^Can't verify CSRF token authenticity$/,