Skip to content

Commit 9918da7

Browse files
committed
Add ActionDispatch::Http::MimeNegotiation::InvalidType to ignored errors
1 parent 3e1dd7a commit 9918da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/appsignal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ production:
1212
- Oj::ParseError
1313
- Pagy::VariableError
1414
- Pagy::OverflowError
15-
- ActiveRecord::StatementInvalid
15+
- ActiveRecord::StatementInvalid
16+
- ActionDispatch::Http::MimeNegotiation::InvalidType

0 commit comments

Comments
 (0)