Skip to content

Commit

Permalink
Add changelog and a couple of docs fixes for #860 (#874)
Browse files Browse the repository at this point in the history
* Add changelog and a couple of docs fixes for #860

* Match `processors` setting format in the table
  • Loading branch information
basepi authored Jun 29, 2020
1 parent 7e93862 commit aee748f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit aee748f

Please sign in to comment.