File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -634,15 +634,15 @@ to avoid stampedes of instances that start at the same time.
634634A list of processors to process transactions and errors.
635635For 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
656656A list of field names to mask when using processors.
657657For 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]
You can’t perform that action at this time.
0 commit comments