Skip to content

Releases: getsentry/sentry-ruby

0.15.6

23 Feb 13:04

Choose a tag to compare

  • Fixed bug where return value of debug middleware was nil [eugeneius, #461]
  • Fixed a bug in checking catch_debugged_exceptions [greysteil, #458]
  • Fixed a deprecation warning for Rails 5 [Elektron1c97, #457]

0.15.5

10 Feb 14:05

Choose a tag to compare

  • DelayedJob integration fixed when last_error not present [dcramer, #454]
  • Release detection doesn't overwrite manual release setting in Rails [eugeneius, #450]
  • Deal properly with Cap 3.0/3.1 revision logs [timcheadle, #449]
  • Rails 5 support [nateberkopec, #423]

0.15.3

06 Jan 18:13

Choose a tag to compare

  • Double exception reporting in Rails FIXED! [nateberkopec, #422]
  • Rails 3 users having issues with undefined runner fixed [nateberkopec, #428]
  • Sidekiq integration works properly when ActiveJob enabled [mattrobenolt]
  • Fix problems with invalid UTF-8 in exception messages [nateberkopec, #426]
  • Backtraces now consider "exe" directories part of the app [nateberkopec, #420]
  • Sinatra::NotFound now ignored by default [drcapulet, #383]
  • Release versions now properly set. Support for Heroku, Capistrano, and Git. [iloveitaly #377, Sija #380]
  • DelayedJob integration plays well with ActiveJob [kkumler, #378]
  • DelayedJob handlers now truncated [nateberkopec, #431]
  • Tons of code quality improvements [amatsuda, ddrmanxbxfr, pmbrent, cpizzaia, wdhorton, PepperTeasdale]

0.14.0

16 Jul 14:47

Choose a tag to compare

  • Correct handling of JRuby stacktraces [dcramer]
  • Better handling of unreachable file contexts [dcramer, #335]
  • SSL is now default ON [dcramer, #338]
  • Capture exceptions in runner tasks [eugeneius, #339]
  • ActiveJob integration [lucasmazza, #327]
  • Cleanup return values of async blocks [lucasmazza, #344]
  • Better handling when sending NaN/Infinity JSON values [Alric, #345]
  • Fix issues with digest/md5 namespace [lsb, #346]

0.13.3

12 May 23:18

Choose a tag to compare

  • Fix a deprecation warning being shown in regular operation [ripta, #332]

0.13.2

11 May 15:01

Choose a tag to compare

  • DelayedJob integration now includes the job id [javawizard, #321]
  • Rails integration now works properly when you're not using all parts of Rails (e.g. just ActiveRecord) [lucasmazza, #323]
  • Bugfix CLI tool when async config is on [if1live, #324]
  • Fix and standardize tag hierarchies. Event tags > context tags > configuration tags in all cases. [JonathanBatten, #322 and eugeneius, #330]
  • Using #send on Client, Base, and Transports is now deprecated. See the commit (or the deprecation message) for their replacements. [nateberkopec, #326]
  • You can now disable credit-card-like value filtering. [codekitchen, #329]

0.13.1

17 Apr 14:32

Choose a tag to compare

0.13.1

  • Raven::Transports::HTTP#send returns the response now. [eagletmt, #317]
  • Filenames now work a lot better when you vendor your gems. [eugeneius, #316]
  • Fix raven:test issue when testing non-async configurations. [weynsee, #318]
  • Fix blockless Raven#capture. [dinosaurjr, #320]
  • Fix some log messages [eagletmt, #319]

0.13.0

08 Apr 21:03

Choose a tag to compare

  • 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

0.12.3

16 Jan 13:52

Choose a tag to compare

  • URL query parameters are now sanitized for sensitive data [pcorliss, #275]
  • Raven::Client can now use a proxy server when sending events to Sentry [dcramer, #277]
  • Raven::Client will now use a timed backoff strategy if the server fails [codekitchen, #267]
  • Automatic integration loading is now a lot less brittle [dcramer, handlers, #263, #264]
  • Fixed some issues with prefixes and DSN strings [nateberkopec, #259]
  • If Raven is initialized without a server config, it will no longer send events [nateberkopec, #258]
  • Slightly nicer credit-card-like number scrubbing [nateberkopec, #254]
  • Fix some exceptions not being caught by Sidekiq middleware [nateberkopec, #251]
  • Uncommon types are now encoded correctly [nateberkopec, #249]

0.12.1

19 Nov 12:27

Choose a tag to compare

  • Integrations (Sidekiq, DelayedJob, etc) now load independently of your Gemfile order. [nateberkopec, #236]
  • Fixed bug where setting tags mutated your configuration [berg, #239]
  • Fixed several issues with SanitizeData and UTF8 sanitization processors [nateberkopec, #238, #241, #244]