The problem:
Unexpected inner loop exception: undefined method[]' for nil:NilClass: undefined method []' for nil:NilClass:
This issues is nearly identical to a previous fix (#18).
Resolution:
The stack_trace key should be a string, and stack trace details should default to a hash.
Extracted a method to deduplicate the stack trace params formating.
The problem:
Unexpected inner loop exception: undefined method
[]' for nil:NilClass: undefined method[]' for nil:NilClass:
This issues is nearly identical to a previous fix (#18).
Resolution: The
stack_trace
key should be a string, and stack trace details should default to a hash. Extracted a method to deduplicate the stack trace params formating.