1.3.0 • Published 7 years ago

ember-cli-ai v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ember-cli-ai

Easily add Microsoft's Application Insights to your app.

Installation

# From within your ember-cli project
npm install ember-cli-ai

Usage

First you'll need to configure your AI Instrumentation Key:

// config/environment.js

ENV['ember-cli-ai'] = {
    instrumentationKey: 'YOUR_INSTRUMENTATION_KEY'
};