Skip to content

Commit 7cfea74

Browse files
bump version
1 parent 273383e commit 7cfea74

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# New Relic Ruby Agent Release Notes
22

3-
## dev
3+
## v9.24.0
44

55
- **Feature: Deprecation reminder for SqlSampler#notice_sql API**
66

lib/new_relic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module NewRelic
77
module VERSION # :nodoc:
88
MAJOR = 9
9-
MINOR = 23
9+
MINOR = 24
1010
TINY = 0
1111

1212
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"

newrelic.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,13 +361,12 @@ common: &default_settings
361361
# distributed_tracing.enabled: true
362362

363363
# This setting controls the behavior of transaction sampling when a remote
364-
# parent is not sampled and the trace flag is not set in the traceparent.
365-
# Available values are default, always_on, and always_off.
364+
# parent is not sampled. Available values are default, always_on, and
365+
# always_off.
366366
# distributed_tracing.sampler.remote_parent_not_sampled: default
367367

368368
# This setting controls the behavior of transaction sampling when a remote
369-
# parent is sampled and the trace flag is set in the traceparent. Available
370-
# values are default, always_on, and always_off.
369+
# parent is sampled. Available values are default, always_on, and always_off.
371370
# distributed_tracing.sampler.remote_parent_sampled: default
372371

373372
# If true, the agent captures the Elasticsearch cluster name in transaction

0 commit comments

Comments
 (0)