Skip to content

0.12.0

Compare
Choose a tag to compare
@nateberkopec nateberkopec released this 10 Nov 20:17
· 2232 commits to master since this release
  • 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]