Honeybadger.context
You're seeing just the function
context
, go back to Honeybadger module for more information.
Specs
context() :: map()
Retrieves the context that will be sent to the Honeybadger API when an exception occurs in the current process.
Context is stored as Logger metadata, and is in fact an alias for Logger.metadata/0
.
Specs
Store additional context in the process metadata.
This function will merge the given map or keyword list into the existing metadata, with the
exception of setting a key to nil
, which will remove that key from the metadata.
Context is stored as Logger metadata.