Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/