Raven Ruby v0.12.0 Release Notes

    • 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]