Skip to content

Commit aee748f

Browse files
authored
Add changelog and a couple of docs fixes for #860 (#874)
* Add changelog and a couple of docs fixes for #860 * Match `processors` setting format in the table
1 parent 7e93862 commit aee748f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ endif::[]
3939
4040
* Added graphql (graphene) support {pull}850[#850]
4141
* Collect cloud provider metadata {pull}826[#826]
42+
* Added `sanitize_field_names` config {pull}860[#860]
4243
4344
[float]
4445
===== Bug fixes

docs/configuration.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,15 +634,15 @@ to avoid stampedes of instances that start at the same time.
634634
A list of processors to process transactions and errors.
635635
For more information, see <<sanitizing-data, Sanitizing Data>>.
636636

637-
WARNING: We recommend to always include the default set of validators if you customize this setting.
637+
WARNING: We recommend always including the default set of validators if you customize this setting.
638638

639639
[float]
640640
[[config-sanitize-field-names]]
641641
==== `sanitize_field_names`
642642

643643
[options="header"]
644644
|============
645-
| Environment | Django/Flask | Default
645+
| Environment | Django/Flask | Default
646646
| `ELASTIC_APM_SANITIZE_FIELD_NAMES` | `SANITIZE_FIELD_NAMES` | `['authorization',
647647
'password',
648648
'secret',
@@ -656,7 +656,7 @@ WARNING: We recommend to always include the default set of validators if you cus
656656
A list of field names to mask when using processors.
657657
For more information, see <<sanitizing-data, Sanitizing Data>>.
658658

659-
WARNING: We recommend to always include the default set of field names if you customize this setting.
659+
WARNING: We recommend always including the default set of field names if you customize this setting.
660660

661661

662662
[float]

0 commit comments

Comments
 (0)