Search code examples
herokuheroku-toolbelt

Is there a way to count the number of times my heroku app has been visited?


I have my app running on heroku, how can I find the number of hits the app gets?


Solution

  • It's not something that Heroku provide out of the box and I imagine in the majority of cases people would incorporate something like Google Analytics to track page views, visits and visitors.