Track crashes/exceptions

You can use event attributes to track crashes and exceptions within your application.

All platforms provide some way to catch exceptions globally, either through an exception filter or by just wrapping the code in a try/catch. Normally this isn’t a good practice, but with analytics it's helpful because you can tag an event in the exception filter with data about what the exception was and where it occurred in the code. As a result there will be a event in your Dashboard showing how many exceptions have been hit as well as what and where they were.