ember-full-story

0.2.0 • Public • Published

ember-full-story

This addon inserts the FullStory recording script into the <head> of the page for you.

Installation

ember install ember-full-story

After installing the addon, you MUST provide a configuration value for your org. You can find it in the settings tab on your FullStory dashboard, inside the recording script.

It looks something like the following:

window['_fs_org'] = 'XXXXX';

Usage

You can configure some of the variables used in the inserted recording script.

// config/environment.js
 
ENV['ember-full-story'] = {
  debug: false,                        // default
  enabledEnvironments: ['production'], // default
  host: 'www.fullstory.com',           // default
  namespace: 'FS',                     // default
  org: 'YourOrg'                       // required, no default
};

License

This project is licensed under the MIT License.

/ember-full-story/

    Package Sidebar

    Install

    npm i ember-full-story

    Weekly Downloads

    32

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    6.24 kB

    Total Files

    5

    Last publish

    Collaborators

    • heroiceric