- Add Dark mode.
- Improve: since no instance variable will be used in block. (#1)
- Added "Back to App" button. (#20)
- Require Rails >= 5.2.
- Fix primary key for use
bigint
column type.
- Fix assets mainfest.js missing error.
- Use custom debug log for instead of the SQL log, for avoid output too much line of logs.
- Fix
ActionDispatch::Http::ParameterFilter
is deprecated;
- Fix assets.precompile config.
- Add filtered_parameters into exception info.
- Import UI Style.
- Add export button for export exceptions as a JSON file.
- Fix gemspec for dependency with Rails 6;
- Fix migration
longtext
not exist bug.
- Rescue and output errors to
Rails.logger.error
when ExceptionTrackNotifier create has error.
- Limit title max 200 chars to fix long title error.
- Change database
exception_tracks.body
field fromtext
tolongtext
.
- Remove
Rails.logger.silence
is not exist and error, when application useLogger
notActiveSupport::Logger
.
- Add
request-id
,controller#action
,remote-ip
to exception headers. - Support Rails 5.2.
- Use Kaminari instead or will_paginate.
- Change per_page to 15 items.
- Silence Rails log on Exception Log creating.
- Fix Pagination style.
- Change gemspec to allow Rails 4 applications to use.
- First release.