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.
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.