@segment/analytics.js-integration-fullstory
Version:
The Fullstory analytics.js integration.
125 lines (83 loc) • 3.02 kB
Markdown
3.0.0 / 2020-12-11
==================
* Update snippet to the most recent version, including new setVars and anonymize functionality.
* Now use setVars API to track pages in FullStory.
* A new setting, trackPagesWithEvents has been added to allow tracking via events in addition to the new behavior, to support the transition. This defaults to true.
2.2.4 / 2020-04-02
==================
* Add missing definition of window._fs_script
* Add a line missing from the end of the snippet
2.2.3 / 2020-02-17
==================
* Update fs.js source to CDN at edge.fullstory.com
* Update snippet code to latest version
2.2.2 / 2019-11-26
==================
* Added support for page events with 3 option settings i.e. trackAllPages, trackNamedPages,trackCategorizedPages.
2.2.1 / 2019-08-09
==================
* Enable cross-origin access to errors from fs.js.
* Make FS.log not throw an exception if it is called before FS is ready.
2.1.4 / 2018-05-01
==================
* Bump version in package.json to 2.1.4
2.1.3 / 2018-05-01
==================
* Remove redundant addition of fs.js
* Update recording snippet
* Bump a.js-int-tester version to ^3.1.0 (#7)
* Pin karma, karma-mocha dev dependencies
2.1.2 / 2017-01-24
==================
* Fix error when null is passed as a trait value
2.1.1 / 2017-01-03
==================
* Remove option to override default namespace
2.1.0 / 2017-01-03
==================
* Modernize FullStory's snippet
* Ignore objects or arrays in traits
2.0.0 / 2016-06-21
==================
* Remove Duo compatibility
* Add CI setup (coverage, linting, cross-browser compatibility, etc.)
* Update eslint configuration
1.0.9 / 2016-05-07
==================
* Bump Analytics.js core, tester, integration to use Facade 2.x
1.0.8 / 2016-02-18
==================
* allow objects and arrays to pass through
1.0.7 / 2015-12-15
==================
* Correction to handling of anonymous identifiers.
1.0.6 / 2015-12-15
==================
* Merge pull request #4 from fullstorydev/fka3/anonid
* Merge branch 'fka3/anonid' of https://github.com/fullstorydev/segment-integration-fullstory into fka3/anonid
* style nit
* Test fixes after find a bad node version
* Okay, that works now. Had a stale node
* Correction to handling of anonymous identifiers.
* Review naming nit
* Probably need to stub this too...
* Correction to handling of anonymous identifiers.
* Correction to handling of anonymous identifiers.
1.0.5 / 2015-06-30
==================
* Replace analytics.js dependency with analytics.js-core
1.0.4 / 2015-06-30
==================
* Replace analytics.js dependency with analytics.js-core
1.0.3 / 2015-06-24
==================
* Bump analytics.js-integration version
1.0.2 / 2015-06-24
==================
* Bump analytics.js-integration version
1.0.1 / 2015-06-10
==================
* Bump dependency versions
1.0.0 / 2015-06-09
==================
* Initial commit :sparkles: