https://github.com/terrymooreii/angular-new-relic-insights
Angular directive to log custom events to New Relic Browser Insights
https://github.com/terrymooreii/angular-new-relic-insights
Last synced: about 1 year ago
JSON representation
Angular directive to log custom events to New Relic Browser Insights
- Host: GitHub
- URL: https://github.com/terrymooreii/angular-new-relic-insights
- Owner: TerryMooreII
- License: mit
- Created: 2015-06-17T01:23:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T01:50:21.000Z (about 11 years ago)
- Last Synced: 2025-01-28T12:35:27.158Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular-new-relic-insights
============================
An AngularJS directive to log custom events to New Relic Insights
This has not been tested yet!!!!!!!!
Assumes that you have already configured your site for New Relic and have access to the New Relic Browser Insights.
Module
--------
```javascript
angular.module('app', ['angular-new-relic-insights'])
```
Usage
---------
```html
Click Me
```
Attributes
---------------
Attributes | Description
-----|----
nr-insights | {string} *Required* Action Name. Place this on any element to log the action event to New Relic Insights
action-event | {string} *Required* Any JavaScript event handle (ex. click, touch, mouseover, mousein, etc)
action-data | {object} Any scope data object.