Skip to content
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

Merged
merged 9 commits into from
Mar 22, 2018
Merged

refactor(packages) Update spec #383

merged 9 commits into from
Mar 22, 2018

Conversation

9renpoto
Copy link
Contributor

TL;DR

Closes #376

@ghost ghost assigned 9renpoto Mar 19, 2018
@ghost ghost added the in progress label Mar 19, 2018
@9renpoto 9renpoto added this to the v1.0.0 milestone Mar 19, 2018
@9renpoto 9renpoto force-pushed the fix/examples branch 2 times, most recently from ef231d1 to 0285ab8 Compare March 20, 2018 12:12
```js
import factory from "userdive";

const myTracker = factory("myTracker"); // customize global name
Copy link
Contributor

@Surgo Surgo Mar 20, 2018

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

@9renpoto 9renpoto added QA and removed in progress labels Mar 21, 2018
@9renpoto 9renpoto changed the title refactor(examples/with-react) Added EntryWrapper refactor(packages) Update spec Mar 21, 2018

[![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
Copy link
Contributor

@shoota shoota Mar 22, 2018

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']);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Connect to #384


[![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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tracking is duplicated

opapy
opapy previously approved these changes Mar 22, 2018
@Surgo Surgo merged commit de63a2a into master Mar 22, 2018
@ghost ghost removed the QA label Mar 22, 2018
@Surgo Surgo deleted the fix/examples branch March 22, 2018 08:34
@codecov
Copy link

codecov bot commented Mar 22, 2018

Codecov Report

Merging #383 into master will increase coverage by 0.36%.
The diff coverage is n/a.

@@            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
Impacted Files Coverage Δ
packages/agent/src/constants.ts 100% <0%> (ø) ⬆️
packages/agent/src/agent.ts 96.36% <0%> (+0.9%) ⬆️
packages/agent/src/core.ts 88.5% <0%> (+1.89%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants