Skip to content

Commit ff64055

Browse files
authored
fix: use correct exception module
1 parent 02a2cc3 commit ff64055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/default_event_filter.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Sentry.DefaultEventFilter do
55

66
@ignored_exceptions [
77
Phoenix.Router.NoRouteError,
8-
Plug.Parsers.RequestTooLarge,
8+
Plug.Parsers.RequestTooLargeError,
99
Plug.Parsers.BadEncodingError,
1010
Plug.Parsers.ParseError,
1111
Plug.Parsers.UnsupportedMediaTypeError

0 commit comments

Comments
 (0)