Skip to content

milestonetg/application-insights-js-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Application Insights JavaScript SDK for Dart

A Dart wrapper for the Microsoft Application Insights JavaScript SDK.

NOTE: This package is a work in progress and is subject to change before the first stable release!

Getting Started

1. Adding applicationinsights-web.js

Before this package can be used, applicationinsights-web.js must be referenced along-side your Dart application.

Get applicationinsights-web.js using unpkg: https://unpkg.com/browse/@microsoft/applicationinsights-web@latest/.

<script src="applicationinsights-web.min.js"></script>

2. Usage

Coming soon!