Plug.Crypto.prune_args_from_stacktrace

You're seeing just the function prune_args_from_stacktrace, go back to Plug.Crypto module for more information.
Link to this function

prune_args_from_stacktrace(stacktrace)

View Source

Specs

prune_args_from_stacktrace(Exception.stacktrace()) :: Exception.stacktrace()

Prunes the stacktrace to remove any argument trace.

This is useful when working with functions that receives secrets and we want to make sure those secrets do not leak on error messages.