Skip to content

Commit

Permalink
sampleRate change
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriibudko committed Jun 19, 2023
1 parent 48f4dc7 commit 000dc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/analytics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let isGAInitialized = false

if (isProduction && process.env.GA_TRACKING_CODE) {
ReactGA.initialize(process.env.GA_TRACKING_CODE, {
siteSpeedSampleRate: 100,
siteSpeedSampleRate: 2,
})
isGAInitialized = true
}
Expand Down

0 comments on commit 000dc0f

Please sign in to comment.