Exception Hunter Versions Save

Crash reporting engine to hunt down bugs 🐞

v1.1.0

2 years ago

New features

  • #113 Add configuration to turn on/off async logging using ActionJob. ( [@matteo95g][])
  • #119 Add support for tracking manual exceptions within transactions. ([@lalopsb][])

Others

  • #114 Fix development vulnerabilities ([@brunvez][])
  • #115 Fix Github actions running multiple times. ([@brunvez][])
  • #116 Fix documentation link on the README. ([@brunvez][])
  • #117 Fix specification on example for Manual tracking on the README ([@lalopsb][])
  • #118 Refactor code duplication on errors for last week partial ([@lalopsb][])

v1.0.2

3 years ago

Bug fixes

  • #110 Fix: purge errors task. ( [@martinjaimem][])
  • #111 Send notifications with delay. ( [@martinjaimem][])

v1.0.1

3 years ago

Changelog

Changes

  • #107 Excluded code_analysis task from the build. ([@andresg4][])

v1.0.0

3 years ago

Releasing our first stable version 🎉 No more DB changes or breaking the public API from this point forward

New features

  • #88 Add slack notifications. ([@andresg4][])
  • #93 Show project name instead of repo name on navbar. ([@yurichandra][])
  • #101 Allow user to ignore certain errors. ([@ajazfarhad][])
  • #104 Filter sensitive data. ([@andresg4][])

Bug fixes

  • #98 Fix module_parent_name not present on rails < 6.0.0. ([@ivoloshy][], [@Snick555][])

Changes

  • #100 Add CHANGELOG. ([@brunvez][])
  • #99 Add matrix testing. ([@brunvez][])
  • #92 Add documentation on how to test on dev. ([@brunvez][])
  • #87 Add manual tracking to documentation. ([@brunvez][])

v0.4.2

3 years ago

Changelog

Bug fixes

  • Fixed a bug where if the error didn't have a backtrace the dashboard would throw an exception.
  • Fixed namespacing issues which would raise a constant not found error.

v0.3.0

3 years ago