mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
105ce8bbaf
commit
74fde5bef1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user