All Versions
25
Latest Version
Avg Release Cycle
82 days
Latest Release
1460 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.1 Changes
August 02, 2016๐ Fixed
- Reformatting the plug environment data sent to Honeybadger.
-
v0.6.0 Changes
July 22, 2016๐ Fixed
- ๐ This release removes warnings for Elixir 1.3.0 and covers v1.4.0-dev as of
2016-07-22. There was also a switch to using
:native
FromUnits
to match thePlug.Logger
usage of:erlang.convert_time_unit
. This maintains consistency betweenHoneybadger.Logger
andPlug.Logger
.
- ๐ This release removes warnings for Elixir 1.3.0 and covers v1.4.0-dev as of
2016-07-22. There was also a switch to using
-
v0.5.0 Changes
April 26, 2016โ Added
- Honeybadger now collects successful response times, aggregates them and sends them to the Honeybadger API! You can see request metric data from the metrics tab on Honeybadger.io!
-
v0.4.0 Changes
February 23, 2016๐ Changed
Due to the
Mix.env/0
function always being set toprod
for dependencies and Mix being compiled out of applications by exrm, we now require you to explicitly declare yourenvironment_name
for every environment in yourconfig.exs
files.Example: # config/dev.exs config :honeybager, environment_name: :dev
Doing this will ensure you get accurate environment information for exceptions that happen at runtime as well as compile time. You can also set the
environment_name
setting aMIX_ENV
environment variable.Example: $ MIX_ENV=prod mix phoenix.server
Note: setting
environment_name
in your config files takes higher precedence than theMIX_ENV
environment variable. -
v0.3.1 Changes
February 04, 2016๐ Fixed
- ๐ Fix a bug where notifications reported by the
error_logger
were not sending the the context
- ๐ Fix a bug where notifications reported by the