1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

setup for client event collection

This commit is contained in:
Kyle Spearrin
2019-06-20 08:56:45 -04:00
parent 740c01c33c
commit 49a6b5046f
7 changed files with 59 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ export enum EventType {
User_Recovered2fa = 1004,
User_FailedLogIn = 1005,
User_FailedLogIn2fa = 1006,
User_ExportedVault = 1007,
Cipher_Created = 1100,
Cipher_Updated = 1101,
@@ -14,6 +15,12 @@ export enum EventType {
Cipher_AttachmentDeleted = 1104,
Cipher_Shared = 1105,
Cipher_UpdatedCollections = 1106,
Cipher_ClientViewed = 1107,
Cipher_ClientToggledPasswordVisible = 1108,
Cipher_ClientToggledHiddenFieldVisible = 1109,
Cipher_ClientCopiedPassword = 1110,
Cipher_ClientCopedHiddenField = 1111,
Cipher_ClientAutofilled = 1112,
Collection_Created = 1300,
Collection_Updated = 1301,