Honeybadger.Utils.canonicalize

You're seeing just the function canonicalize, go back to Honeybadger.Utils module for more information.

Transform value into a consistently cased string representation

Example

iex> Honeybadger.Utils.canonicalize(:User_SSN)
"user_ssn"