Skip to content

Commit 77375c0

Browse files
Minor changes
1 parent 3a24da7 commit 77375c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -3269,8 +3269,7 @@ permit advanced matching. Setting the value to `["."]` will report all `user_dat
32693269

32703270
An array of strings to specify which keys and/or values inside a Stripe event's `user_data` hash should
32713271
not be reported to New Relic. Each string in this array will be turned into a regular expression via
3272-
`Regexp.new` to permit advanced matching. For each hash pair, if either the key or value is matched the
3273-
pair will not be reported. By default, no `user_data` is reported. Use this option only if the
3272+
`Regexp.new` to permit advanced matching. For each hash pair, if either the key or value is matched the pair is not reported. By default, no `user_data` is reported. Use this option only if the
32743273
`stripe.user_data.include` option is also used.
32753274

32763275
</Collapser>

0 commit comments

Comments
 (0)