Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Feb 24, 2024
1 parent c4ceff7 commit 5679c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ export function noteEvent(category, type, label) {
if (!runningInNode && window.location.host.endsWith(".godbolt.org")) {
// Only note events on the public site
/*global gtag*/
gtag("send", "event", category, type, label);
gtag("event", category, { type, label });
}
console.log("event noted:", category, type, label);
}
Expand Down

0 comments on commit 5679c62

Please sign in to comment.