https://github.com/heroiceric/ember-full-story
Ember CLI addon for integration with http://fullstory.com
https://github.com/heroiceric/ember-full-story
ember ember-addon ember-cli fullstory
Last synced: about 1 year ago
JSON representation
Ember CLI addon for integration with http://fullstory.com
- Host: GitHub
- URL: https://github.com/heroiceric/ember-full-story
- Owner: HeroicEric
- License: mit
- Created: 2015-12-10T03:12:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:30:45.000Z (over 3 years ago)
- Last Synced: 2025-04-21T09:57:28.124Z (about 1 year ago)
- Topics: ember, ember-addon, ember-cli, fullstory
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 7
- Watchers: 0
- Forks: 9
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-full-story
==============================================================================
This addon inserts the [FullStory][full-story] recording script into the
`` 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][full-story]
dashboard, inside the recording script.
It looks something like the following:
```javascript
window['_fs_org'] = 'XXXXX';
```
Usage
------------------------------------------------------------------------------
You can configure some of the variables used in the inserted recording script.
```javascript
// 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](LICENSE.md).
[full-story]: https://fullstory.com/