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!
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>
Coming soon!