Skip to content

Commit 623ad94

Browse files
authored
[gatsby-plugin-google-analytics] Set nonInteraction param default value to false (#23091)
Co-authored-by: Mario Nikolaus <[email protected]>
1 parent 9d27bf3 commit 623ad94

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-plugin-google-analytics/src

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-google-analytics/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function trackCustomEvent({
8282
action,
8383
label,
8484
value,
85-
nonInteraction = true,
85+
nonInteraction = false,
8686
transport,
8787
hitCallback,
8888
callbackTimeout = 1000,

0 commit comments

Comments
 (0)