Skip to content
Snippets Groups Projects
Unverified Commit 649b99a1 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

deprecate trackStructEvent to avoid confusion (#38351)

parent eaa548f4
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ export const trackPageView = url => {
}
};
/**
* @deprecated This uses GA which is not setup. We should use `trackSchemaEvent`.
*/
export const trackStructEvent = (category, action, label, value) => {
if (!category || !label || !Settings.trackingEnabled()) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment