Bug 1931623 - Fix event extra naming for security.fission_principals r=florian

Differential Revision: https://phabricator.services.mozilla.com/D229206
This commit is contained in:
Chris H-C 2024-11-18 16:48:50 +00:00
parent 105ce8bbaf
commit 74fde5bef1
2 changed files with 2 additions and 2 deletions

View File

@ -1226,7 +1226,7 @@ void ContentParent::LogAndAssertFailedPrincipalValidationInfo(
} else {
principalType.AssignLiteral("Unknown");
}
extra.principalType = Some(principalType);
extra.principaltype = Some(principalType);
extra.value = Some(aMethod);
// Do not send telemetry when chrome-debugging is enabled

View File

@ -563,7 +563,7 @@ security:
The `value` of the event. Mirrors to the Legacy Telemetry
event's `value` parameter.
type: string
principal_type:
principalType:
description: >
The type of principal that was received. Expected values for this field are
NullPtr