File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# New Relic Ruby Agent Release Notes
22
3- ## dev
3+ ## v9.18.0
44
55- ** Feature: Add elasticsearch.capture_cluster_name configuration option**
66
Original file line number Diff line number Diff line change 66module NewRelic
77 module VERSION # :nodoc:
88 MAJOR = 9
9- MINOR = 17
9+ MINOR = 18
1010 TINY = 0
1111
1212 STRING = "#{ MAJOR } .#{ MINOR } .#{ TINY } "
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ common: &default_settings
409409 # classes specified here occurs, if its error message contains one of the
410410 # strings corresponding to it here, that error will be ignored.
411411 # This option can't be set via environment variable.
412- # error_collector.ignore_messages: {"ThreadError"=> ["queue empty"]}
412+ # error_collector.ignore_messages: {"ThreadError" => ["queue empty"]}
413413
414414 # A comma separated list of status codes, possibly including ranges. Errors
415415 # associated with these status codes, where applicable, will be ignored.
You can’t perform that action at this time.
0 commit comments