Honeybadger.Utils.module_to_string
You're seeing just the function
module_to_string
, go back to Honeybadger.Utils module for more information.
Internally all modules are prefixed with Elixir. This function removes the
Elixir
prefix from the module when it is converted to a string.
Example
iex> Honeybadger.Utils.module_to_string(Honeybadger.Utils)
"Honeybadger.Utils"