FYI: Statistics are limited to 5,000 clicks in the default app packaging
-
At first I thought it was a bug. After reading the documentation, I found that the app package has a default value of 5,000 clicks for the stats. I have no idea if it's a good idea to choose a larger value. In my case, I changed it to 50,000. After restarting the app, the stats show me the detailed clicks in the stats. But between reaching the 5,000 limit and my restart, it has no more clicks.
If you want to change this yourself, this is the variable:
# Max number of visits for each link to have detailed stats DEFAULT_MAX_STATS_PER_LINK=5000