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 c7c2ac9 commit 1965483
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.exluded_exceptions = [HTTP::Server::ClientError]
config.excluded_exceptions = [HTTP::Server::ClientError]
end

0 comments on commit 1965483

Please sign in to comment.