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