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

Include params and arity in formatted backtrace #115

Merged
merged 3 commits into from
Dec 13, 2017
Merged

Include params and arity in formatted backtrace #115

merged 3 commits into from
Dec 13, 2017

Commits on Nov 20, 2017

  1. Include params and arity in formatted backtrace

    This enhances the backtrace to include function arity and arguments, if
    available. The arguments are inspected to ensure they can be serialized
    as JSON without any issues.
    sorentwo committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    cbdd843 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Apply limits when inspecting arguments

    To prevent serializing entire structs or lengthy binaries we now pass
    opts to `Kernel.inspect/2` when generating a backtrace.
    sorentwo committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    67b716c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    b67c006 View commit details
    Browse the repository at this point in the history