Skip to content
Snippets Groups Projects
Commit 79950cdd authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Use the `label` field instead of `value` for analytics events

parent cea71b90
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ const ProjectLoaderHOC = function (WrappedComponent) {
analytics.event({
category: 'project',
action: 'Load Project',
value: projectId,
label: projectId,
nonInteraction: true
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment