Dashboard that allows checking all the logs of all the apps

Long time ago I setup 2 of my apps with UptimeRobot so I receive a notificaiton when the server is down or something goes wrong.

Today I started receiving notifications about a syntax error on one of them. It didn’t sound right because I haven’t edited that app in ages, so I started digging and realized that that app depends on another app which depends on another app that I was editing (thanks Ian).

I immediately removed the dependency from the second app and everything restarted working.

Some considerations:

  • UptimeRobot warned me that I was breaking an old app by editing another old app
  • Without UptimeRobot a bunch of old apps would be crashing and I wouldn’t know it until someone called me
  • I shouldn’t need UptimeRobot to monitor my Anvil apps

I would like to:

  • Receive a notification when any of my apps crashes
  • Have a dashboard that allows to see the status of all the apps and access all the logs from the same place
9 Likes