Skip to content

0.13.0

Compare
Choose a tag to compare
@nateberkopec nateberkopec released this 08 Apr 21:03
· 2120 commits to master since this release
  • Support exception chaining [javawizard, #312]
  • Add support for sending release version [eugeneius, #310]
  • Better status reports on configuration [faber, #309]
  • Client "send" method accepts an event in object or hash format - this will make it much easier to send Sentry events in a delayed job! [marclennox, #300]
  • Fix duplicate fields in SanitizeData [wyattisimo, #294]
  • Always preserve filename paths under project_root [eugeneius, #291]
  • Truncate project root prefixes from filenames [eagletmt, #278]
  • Renamed should_send callback to should_capture [nateberkopec, #270]
  • Silencing the ready message now happens in the config as normal [nateberkopec, #260]
  • Various internal refactorings see here