Skip to content

Releases: getsentry/sentry-ruby

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]

0.12.0

10 Nov 20:17

Choose a tag to compare

  • You can now give additional fields to the SanitizeData processor. Values matched are replaced by the string mask (*********). Full documentation (and how to use with Rails config.filter_parameters) here. [jamescway, #232]
  • An additional processor has been added, though it isn't turned on by default: RemoveStacktrace. Use it to remove stacktraces from exception reports. [nateberkopec, #233]
  • Dependency on uuidtools has been removed. [nateberkopec, #231]

0.11.2

07 Nov 13:56

Choose a tag to compare

0.11.2

0.11.1

02 Nov 22:01

Choose a tag to compare

Merge pull request #225 from getsentry/0.11-changelog

0.11.0 Changelog entry