Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Dec 4, 2024
1 parent 1965483 commit c4a116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/raven.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Raven.configure do |config|
config.current_environment = ENV.fetch("KEMAL_ENV", "development")
config.connect_timeout = 5.seconds
config.read_timeout = 5.seconds
config.excluded_exceptions = [HTTP::Server::ClientError]
config.excluded_exceptions = ["HTTP::Server::ClientError"]
end

0 comments on commit c4a116a

Please sign in to comment.