• Mehmet Emin INAC's avatar
    Normalize the SQL queries before sending them to Sentry · 4abc7fcd
    Mehmet Emin INAC authored
    To prevent sending some sensitive information, we need to normalize the
    SQL queries before we send them to Sentry. To do so, we decided to use
    the gem called `pg_query` which compiles some parts of the PostgreSQL
    database to make it possible to parse SQL queries.
    4abc7fcd
error_tracking_spec.rb 9.78 KB