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
When Rails throw an exception, the ActionView collector collect render_template.action_view events.
But in these events there is the exception object inside that cause error on saving collector data. Because the exception object could not be serialized with Marshal.
May be we could transform the event object to an Hash with only the values we need.
The text was updated successfully, but these errors were encountered:
When Rails throw an exception, the ActionView collector collect
render_template.action_view
events.But in these events there is the exception object inside that cause error on saving collector data. Because the exception object could not be serialized with Marshal.
May be we could transform the event object to an Hash with only the values we need.
The text was updated successfully, but these errors were encountered: