From 2e60b8788bb2efeff5c3dab99f026396784f83c5 Mon Sep 17 00:00:00 2001 From: Valentine Kiselev Date: Sat, 6 Feb 2021 20:10:24 +0300 Subject: [PATCH] Fix README styling --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 035a7f9..4df5e7b 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ # sentry-sanitizer: sanitizing extension for sentry-ruby -This gem claims to add sanitizing support to [sentry-ruby](https://rubygems.org/gems/sentry-ruby) gem. +This gem aimed to add sanitizing support to [sentry-ruby](https://rubygems.org/gems/sentry-ruby) gem. [sentry-raven](https://rubygems.org/gems/sentry-raven) gem had this apportunity but it is no longer supported. Moving from `sentry-raven` to `sentry-ruby` can surprise you with missing this ability. But you can still use `sentry-sanitizer` (with a little change to configuration). Currently this gem provides following features -- Sanitizing POST params -- Sanitizing HTTP headers -- Sanitizing cookies -- Sanitizing extras ([see](https://docs.sentry.io/platforms/ruby/enriching-events/context/#additional-data) `Sentry.set_extras`) +- [x] Sanitizing POST params +- [x] Sanitizing HTTP headers +- [x] Sanitizing cookies +- [x] Sanitizing extras ([see](https://docs.sentry.io/platforms/ruby/enriching-events/context/#additional-data) `Sentry.set_extras`) ## Installation