-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: ScottyMJacobson/snowplow-javascript-tracker
base: master
head repository: ptelad/snowplow-javascript-tracker
compare: master
- 13 commits
- 5 files changed
- 3 contributors
Commits on Feb 5, 2019
-
add eventMethod option 'beacon:text/plain', which uses navigator.send…
…Beacon but lies about the Content-Type and makes it `text/plain` to get around Chrome limitations
Scotty Jacobson committedFeb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c26978 - Browse repository at this point
Copy the full SHA 1c26978View commit details -
Merge branch 'develop' into feature/beacon-plaintext
Scotty Jacobson committedFeb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for cec49ee - Browse repository at this point
Copy the full SHA cec49eeView commit details
Commits on Feb 7, 2019
-
During beforeunload, set bufferSize to 1, so that any events sent aft…
…erwards don't get buffered and are immediately sent
Scotty Jacobson committedFeb 7, 2019 Configuration menu - View commit details
-
Copy full SHA for b566f16 - Browse repository at this point
Copy the full SHA b566f16View commit details
Commits on Mar 5, 2019
-
iOS workaround: listen to
pagehideas well asbeforeunloadso tha……t we can flush our out queue on iOS (beforeunload doesn't seem to exist on iOS)
Scotty Jacobson committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e45c28 - Browse repository at this point
Copy the full SHA 1e45c28View commit details
Commits on Mar 7, 2019
-
Workaround attempt for iOS webviews' rejecting HTTPS beacon calls unl…
…ess an XHR request has been sent to that address
Scotty Jacobson committedMar 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 8bee92c - Browse repository at this point
Copy the full SHA 8bee92cView commit details -
package.json to allow building + importing with npm into (client-side…
…) lib
Scotty Jacobson committedMar 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 563330e - Browse repository at this point
Copy the full SHA 563330eView commit details
Commits on Mar 12, 2019
-
fix bug (misnamed function) in unlockbeacon after 'visibilitychange' …
…callback
Scotty Jacobson committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for c43a70f - Browse repository at this point
Copy the full SHA c43a70fView commit details -
iOS workaround: send a POST XHR request before _every_ sendBeacon call
this is more heavy-handed than we'd like and will pollute our bad-events stream; i'll tweak and find the exact times i need to make this request
Scotty Jacobson committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 233eb05 - Browse repository at this point
Copy the full SHA 233eb05View commit details
Commits on Apr 9, 2019
-
use dist/snowplow.js as "main", instead of dist/bundle-postbabel.js. …
…this should fix EA-1, where the version was always js-<%= pkg.version %>
Scotty Jacobson committedApr 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 5e3046b - Browse repository at this point
Copy the full SHA 5e3046bView commit details
Commits on Oct 30, 2019
-
force "postinstall" to also run "prepare" script
it looks like there is a bug in npm that sometimes doesn't run "prepare" when installing from a git repo, even though "prepare" should be run https://npm.community/t/npm-lifecycle-scripts-such-as-prepare-not-run-when-install-from-git-repo/10253/2 if we force it to "prepare" on "postinstall" then we should be almost assured that "prepare" is always run
Scotty Jacobson committedOct 30, 2019 Configuration menu - View commit details
-
Copy full SHA for a37e965 - Browse repository at this point
Copy the full SHA a37e965View commit details
Commits on Nov 25, 2019
-
Merge branch 'feature/beacon-plaintext'
Elad Gil committedNov 25, 2019 Configuration menu - View commit details
-
Copy full SHA for e5f388d - Browse repository at this point
Copy the full SHA e5f388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3c2f0 - Browse repository at this point
Copy the full SHA 9d3c2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86a66e - Browse repository at this point
Copy the full SHA e86a66eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master