Problem
After waiting a few minutes, data is not appearing in your Heroku app's APM Summary page.
Solution
Check the Heroku logs for errors with this Heroku toolbelt command:
heroku logs --tailCheck that the files in your Heroku dyno match the file modifications from the Java on Heroku or Java with Scala on Heroku installation procedures. Use this Heroku toolbelt command:
heroku run bashTry the steps in No data appears (Java).