Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:30:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T13:24:17.807Z (18 days ago)
- Topics: ember, ember-addon, ember-cli, fullstory
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 7
- Watchers: 1
- 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.jsENV['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/