Skip to content

Commit

Permalink
Merge pull request #482 from fuelen/patch-1
Browse files Browse the repository at this point in the history
fix: use correct exception module
  • Loading branch information
mitchellhenke authored Jun 1, 2021
2 parents 02a2cc3 + ff64055 commit f9d185a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry/default_event_filter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Sentry.DefaultEventFilter do

@ignored_exceptions [
Phoenix.Router.NoRouteError,
Plug.Parsers.RequestTooLarge,
Plug.Parsers.RequestTooLargeError,
Plug.Parsers.BadEncodingError,
Plug.Parsers.ParseError,
Plug.Parsers.UnsupportedMediaTypeError
Expand Down

0 comments on commit f9d185a

Please sign in to comment.