This is a pretty big list of features, so let's get started with deciding on whether we need This chapter provides essential information for developers who want to monitor Electron applications in production, track errors and crashes, analyze a real-time user base, and much more. In this chapter, you are going to walk through the processes of integrating with third-party analytics services, raising custom events, and wiring your Electron applications with license checks. We are also going to send notifications to installed copies of our application across all major desktop platforms.
By the end of this chapter, you will have an Electron project with tracking support integrated. You will also be able to generate some statistics and tracking information for demonstration purposes. As part of the practical exercise in this chapter, you...