Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
osvaldasvalutis committed Jun 10, 2020
1 parent e831b5e commit 7c38099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ document.querySelector(`a.logo`).addEventListener(`click`, () => {

```js
{
/*
If `false` tracking scripts aren't inserted and no tracking is performed.
Useful if you need to disable tracking in `development` environment.
*/
enabled: true,

/* Cookie options */
cookie: {
name: `tracking-util-reacted`,
Expand Down

0 comments on commit 7c38099

Please sign in to comment.