- 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
bigintcolumn 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::ParameterFilteris 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
longtextnot exist bug.
- Rescue and output errors to
Rails.logger.errorwhen ExceptionTrackNotifier create has error.
- Limit title max 200 chars to fix long title error.
- Change database
exception_tracks.bodyfield fromtexttolongtext.
- Remove
Rails.logger.silenceis not exist and error, when application useLoggernotActiveSupport::Logger.
- Add
request-id,controller#action,remote-ipto 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.