Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 7f5bbcf

Browse files
feat(optin): disables ga from everywhere at anytime
closes #109
1 parent 0b72e85 commit 7f5bbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import time from 'lib/time'
99
import ecommerce from 'lib/ecommerce'
1010
import screenview from 'lib/screenview'
1111
import config from '../config'
12+
import noga from '../no-ga'
1213

1314
export default {
1415
event,
@@ -21,5 +22,6 @@ export default {
2122
time,
2223
screenview,
2324
ecommerce,
25+
disable: noga,
2426
commands: config.commands
2527
}

0 commit comments

Comments
 (0)