1 Commits

Author SHA1 Message Date
9095e21e6f Add handshakeStage as metric 2021-12-01 14:24:03 +01:00

View File

@@ -21,6 +21,7 @@ const MEASUREMENT_MAP = new Map([
["AuthenticationType", "authenticationType"], ["AuthenticationType", "authenticationType"],
["AssociationSuccess", "associationIsSuccessful"], ["AssociationSuccess", "associationIsSuccessful"],
["DisassociationReason", "disassociationReason"], ["DisassociationReason", "disassociationReason"],
["HandshakeStage", "handshakeStage"],
]); ]);