Open
Description
In order to focus on the most popular products, we should be tracking which packages are used in generated projects. I believe GoogleAnalyticsTracker.AspNetCore
used to do this for us, but it does not support GA4, so we aren't getting data anymore.
Some ideas for how we could restart capturing the data:
- patch
GoogleAnalyticsTracker.AspNetCore
- improve analytics data/events from InitializrWeb
- see if we can follow what Spring does
- implement some other mechanism (custom db?)