You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a parameter hash is truncated in a rails log, or is otherwise malformed, the resulting SyntaxError doesn't get caught by convert_eval, and request-log-analyzer crashes.
I don't really like this solution. This will also catch OutOfMemory exceptions, Interrupt exceptions, and a whole bunch of stuff that we shouldn't catch.
If a parameter hash is truncated in a rails log, or is otherwise malformed, the resulting SyntaxError doesn't get caught by convert_eval, and request-log-analyzer crashes.
Example log entry:
I'm not sure what other exceptions are possible/expected here, so I just rescued Exception, as seen in the diff below.
The text was updated successfully, but these errors were encountered: