View Source Sentry.DefaultEventFilter (Sentry v10.8.0)
The default implementation of the Sentry.EventFilter
behaviour.
This filter excludes the following exceptions:
Phoenix.NotAcceptableError
Phoenix.Router.NoRouteError
Plug.Conn.InvalidQueryError
Plug.Parsers.BadEncodingError
Plug.Parsers.ParseError
Plug.Parsers.RequestTooLarge
Plug.Parsers.UnsupportedMediaTypeError
Plug.Static.InvalidPathError
In addition, it excludes routes that do not match in plug routers.