Chapter 15: Application Telemetry with Application Insights
Agile application life cycle management dictates that after an application's release, performance and user feedback should be introduced back into the development cycle. Feedback information can provide vital clues to how to improve your application from both business and technical perspectives. Application Insights can be a great candidate for collecting telemetry data from Xamarin applications that use an Azure-hosted web service infrastructure because of its intrinsic integration with Azure modules, as well as its continuous export functionality for App Center telemetry.
In this chapter, we will be analyzing the data models and utilization of two different telemetry sources, namely App Center and Application Insights. We will take a look at the SDKs and what these platforms offer for user telemetry. The following sections will guide you through this chapter:
- Collecting insights for Xamarin applications ...