Honeybadger.Utils

Assorted helper functions used through out the Honeybadger package

Source

Summary

strip_elixir_prefix(module)

Internally all modules are prefixed with Elixir. This function removes the Elixir prefix from the module when it is converted to a string

Functions

strip_elixir_prefix(module)

Internally all modules are prefixed with Elixir. This function removes the Elixir prefix from the module when it is converted to a string.

Source