mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Add more log events
This commit is contained in:
parent
296d4c67e4
commit
a397eecac1
1 changed files with 3 additions and 0 deletions
|
|
@ -400,6 +400,9 @@ const loggingEpic = (actions, state) =>
|
|||
case "INVALID_FILE_EXTENSION":
|
||||
case "GOT_FILE":
|
||||
case "GOT_MISSING_AND_FOUND_MD5S":
|
||||
case "REQUESTED_RANDOM_SKIN":
|
||||
case "MARK_NSFW":
|
||||
case "INVALID_ARCHIVE":
|
||||
window.ga("send", "event", "redux", action.type);
|
||||
break;
|
||||
default: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue