8000 GitHub - alexjain-clickup/integration-examples: A collection of code samples, integrations, and best practices provided by FullStory solutions engineering
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A collection of code samples, integrations, and best practices provided by FullStory solutions engineering

License

Notifications You must be signed in to change notification settings

alexjain-clickup/integration-examples

 
 

Repository files navigation

FullStory Integration Samples

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.

Using Samples

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.

Building Samples

If you'd like to modify a sample or build your own, follow these steps:

  1. Install Node.js as needed.
  2. Change directory to this project's root folder.
  3. Run npm install.
  4. Code your integration as a new JavaScript file in the src folder.
  5. Run npm run build.

The dist folder will contain a compiled file that has the same name as the one in your src folder.

About

A collection of code samples, integrations, and best practices provided by FullStory solutions engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0