This project contains a collection of code samples, integrations, and best practices provided by FullStory. Examples are written in JavaScript and support browser compatibility consistent with FullStory recording.
Compiled samples can be found in the dist
folder. Each sample is packaged as an IIFE, which can deployed through a tag manager or simply re-used within your project.
If you'd like to modify a sample or build your own, follow these steps:
- Install Node.js as needed.
- Change directory to this project's root folder.
- Run
npm install
. - Code your integration as a new JavaScript file in the
src
folder. - Run
npm run build
.
The dist
folder will contain a compiled file that has the same name as the one in your src
folder.