Skip to content

Commit

Permalink
Update description for max_backtrace_frames
Browse files Browse the repository at this point in the history
The previous wording for error_collector.max_backtrace_frames
could be interpreted that the beginning and end would be removed
and the middle would be preserved. This update makes the
code's behavior more clear.
  • Loading branch information
kaylareopelle committed Feb 8, 2024
1 parent b2d9025 commit a98081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:public => true,
:type => Integer,
:allowed_from_server => false,
:description => 'Defines the maximum number of frames in an error backtrace. Backtraces over this amount are truncated at the beginning and end.'
:description => 'Defines the maximum number of frames in an error backtrace. Backtraces over this amount are truncated in the middle, preserving the beginning and the end of the stack trace.'
},
:'error_collector.max_event_samples_stored' => {
:default => 100,
Expand Down

0 comments on commit a98081f

Please sign in to comment.