Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
feat(optin): disables ga from everywhere at anytime
Browse files Browse the repository at this point in the history
closes #109
  • Loading branch information
MatteoGabriele committed May 19, 2018
1 parent 0b72e85 commit 7f5bbcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import time from 'lib/time'
import ecommerce from 'lib/ecommerce'
import screenview from 'lib/screenview'
import config from '../config'
import noga from '../no-ga'

export default {
event,
Expand All @@ -21,5 +22,6 @@ export default {
time,
screenview,
ecommerce,
disable: noga,
commands: config.commands
}

0 comments on commit 7f5bbcf

Please sign in to comment.