Skip to content

Commit

Permalink
fix: scriptSrc default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Chaptsev authored and Viktor Chaptsev committed Jul 21, 2019
1 parent 83f4dfb commit 15a1021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ this.$metrika.hit(path)
| id | Your tracking `id` | True | null |
| router | [Autotracking](#autotracking) if the `router` is passed, otherwise: [manual tracking](#manual-tracking) | False | null |
| env | API calls are performed only if `env` is "production" | False | development |
| scriptSrc | Src of metrika script to use | False | https://mc.yandex.ru/metrika/tag.js |
| debug | If `env` is not "production" and `debug` is true: API calls are replaced by `console.log()` | False | false |
| ignoreRoutes | List of ignored routes names | False | [] |
| skipSamePath | Do not track a page visit if previous and next routes URLs match | False | true |
Expand Down

0 comments on commit 15a1021

Please sign in to comment.