Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionView collector throw exception on Rails app exception #10

Closed
nicolas-brousse opened this issue Mar 29, 2017 · 0 comments
Closed
Labels

Comments

@nicolas-brousse
Copy link
Contributor

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.

nicolas-brousse added a commit that referenced this issue Apr 21, 2017
Cleanup events payload to avoid error when view contain exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant