Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
russellporter committed Dec 18, 2024
1 parent cd13a8c commit 507555c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
end

.use ExceptionNotification::Rack,
Rails.application.config.middleware.use ExceptionNotification::Rack,
ignore_if: ->(env, exception) { exception.message =~ /invalid byte sequence in UTF-8/ || exception.message =~ /is not a valid MIME type/ },
email: {
email_prefix: "[WhyJustRun Core] ",
Expand Down

0 comments on commit 507555c

Please sign in to comment.