Skip to content

Commit

Permalink
Automatically ignore Rails' health-check
Browse files Browse the repository at this point in the history
  • Loading branch information
unflxw authored Oct 11, 2024
1 parent 6201f5d commit 0684bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/appsignal/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ def self.determine_root_path
:filter_metadata => [],
:filter_parameters => [],
:filter_session_data => [],
:ignore_actions => [],
:ignore_actions => [
"Rails::HealthController#show"
],
:ignore_errors => [],
:ignore_logs => [],
:ignore_namespaces => [],
Expand Down

0 comments on commit 0684bc1

Please sign in to comment.