The status code 406 exception which is being caused by receiving invalid request header "Accept" is now ignored by Sentry. This approach does not solve the problem, it only "suppresses" exception throws, only in regards of invalid accept headers set from user side.
Changes
Added new exclude_exception? clause to Sentry Filter
:clipboard: #1588 closes #1588
Overview
The status code
406
exception which is being caused by receiving invalid request header "Accept" is now ignored by Sentry. This approach does not solve the problem, it only "suppresses" exception throws, only in regards of invalid accept headers set from user side.Changes
exclude_exception?
clause to Sentry Filter