Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif::[]

* Added graphql (graphene) support {pull}850[#850]
* Collect cloud provider metadata {pull}826[#826]
* Added `sanitize_field_names` config {pull}860[#860]

[float]
===== Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -634,15 +634,15 @@ to avoid stampedes of instances that start at the same time.
A list of processors to process transactions and errors.
For more information, see <<sanitizing-data, Sanitizing Data>>.

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

[float]
[[config-sanitize-field-names]]
==== `sanitize_field_names`

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

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


[float]
Expand Down