1. 21 Oct, 2020 1 commit
    • 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
  2. 20 Oct, 2020 39 commits