0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exception stack parsing and organizing the configure function to take an options object to avoid too many parameters in the method signature
Ken
More... almost 11 years ago
- Added tests for $log interception to ensure $log telemetry is sent to AppInsights - Created interceptor to catch calls to $exceptionHandler, in order to send exception details to Application Insights
Ken
More... almost 11 years ago
Adding support for custom properties and metrics to be added to tracking calls
Ken
More... almost 11 years ago
Update LICENSE More... almost 11 years ago
Initial work for custom properties and measurements support on trackNNNN calls. Added support for property and measurement hashes on trackEvent method
Ken
More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Tweaking travis and grunt scripts to only upload coveralls data during CI build from travis, not on the local machine
Ken
More... almost 11 years ago
deleting coveralls config as it shouldn't be needed
Ken
More... almost 11 years ago
adding coveralls.io reporting
Ken
More... almost 11 years ago
Adding Travis CI build status badge More... almost 11 years ago
removing unneeded whitespace from .travis.yml
Ken
More... almost 11 years ago
adding travisCI config adding test script declaration to package.son
Ken
More... almost 11 years ago
Merge branch 'master' of https://github.com/khaines/angular-applicationinsights
Ken
More... almost 11 years ago
fixing version in package.son
Ken
More... almost 11 years ago
adding missing phantomjs launcher for karma to package.json
Ken
More... almost 11 years ago
adding missing dev dependency to package.json
Ken
More... almost 11 years ago
Update README.md More... almost 11 years ago
- Session data is now stored in local storage so that a user session can survive a page refresh, browser closure or reboot. Session expiry is currently set to 30mins of inactivity - Added private logging reference to $log in the interceptor object so that the appInsights module can log debug output to the console without causing a recursive loop.
Ken
More... almost 11 years ago
Updating bower config to provide verbose code file for debugging by consumers.
Ken
More... almost 11 years ago
Reorganizing demo/test app under the demo folder to keep the root level cleaner
Ken
More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
adding unminified file to distribution folder
Ken
More... almost 11 years ago
Adding minified file to 'dist' folder for bower usage
Ken
More... almost 11 years ago
0.0.2
Ken
More... almost 11 years ago
Merge branch 'master' of https://github.com/khaines/angular-applicationinsights
Ken
More... almost 11 years ago
- Added bower package configuration - Initial until tests for custom Metrics and Events - updated npm package file with keywords and other metadata
Ken
More... almost 11 years ago