#Shorts Software engineers should care about analytics.
Probably more than the non-engineering staff.
This is my reasoning:
It shows you what code you can delete from your codebase
It's an additional tool to help solve bugs that users experience
It gives you a clear indicator of what code requires more focus
Less code = less maintenance cost
Use this analytical data to delete dead code and speed up your team.