-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(packages) Update spec #383
Conversation
ef231d1
to
0285ab8
Compare
packages/userdive/README.md
Outdated
```js | ||
import factory from "userdive"; | ||
|
||
const myTracker = factory("myTracker"); // customize global name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
global function name
as same as agent.js doc
packages/linker/README.md
Outdated
|
||
[![Build Status](https://saucelabs.com/browser-matrix/userdive.svg)](https://saucelabs.com/open_sauce/user/userdive/builds) | ||
|
||
> TBA | ||
> CORS domain tracking using query parameter plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CORS means cross origin, including difference port. I think that it should not fit here.
_ud("require", 'linker'); | ||
_ud("send", "pageview"); | ||
_ud("linker", "autoLink", ['developers.userdive.com']); | ||
script(src="https://cdn.userdive.com/linker.js") | ||
_ud("linker:autoLink", ['developers.userdive.com']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connect to #384
packages/linker/README.md
Outdated
|
||
[![Build Status](https://saucelabs.com/browser-matrix/userdive.svg)](https://saucelabs.com/open_sauce/user/userdive/builds) | ||
|
||
> TBA | ||
> Cross-domain tracking tracking using query parameter plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tracking
is duplicated
Codecov Report
@@ Coverage Diff @@
## master #383 +/- ##
==========================================
+ Coverage 90.38% 90.75% +0.36%
==========================================
Files 19 19
Lines 499 573 +74
Branches 83 112 +29
==========================================
+ Hits 451 520 +69
Misses 27 27
- Partials 21 26 +5
|
TL;DR
Closes #376