Skip to content

Commit ae6b69b

Browse files
committed
Merge branch 'record_custom_event_raise_on_invalid' of https://github.com/newrelic/newrelic-ruby-agent into record_custom_event_raise_on_invalid
2 parents 508c62b + 5053a26 commit ae6b69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
The executable file for the agent's CLI has been renamed from `bin/newrelic` to `bin/newrelic_rpm`. This change resolves a name collision with the standalone New Relic CLI tool. [PR#3323](https://github.com/newrelic/newrelic-ruby-agent/pull/3323)
1818

19-
- **Feature: Add argument validation for the `Agent#record_custom_event` API**
19+
- **Feature: Add argument validation for the `NewRelic::Agent#record_custom_event` API**
2020

21-
The `Agent#record_custom_event` API now raises an `ArgumentError` when an invalid `event_type` is provided. A valid event type must consist only of alphanumeric characters, underscores (`_`), colons (`:`), or spaces (` `). [PR#3319](https://github.com/newrelic/newrelic-ruby-agent/pull/3319)
21+
The `NewRelic::Agent#record_custom_event` API now raises an `ArgumentError` when an invalid `event_type` is provided. A valid event type must consist only of alphanumeric characters, underscores (`_`), colons (`:`), or spaces (` `). [PR#3319](https://github.com/newrelic/newrelic-ruby-agent/pull/3319)
2222

2323
- **Breaking Change: Remove experimental feature Configurable Security Policies (CSP)**
2424

0 commit comments

Comments
 (0)