Describe your feature request
For many of my Repls I don’t want them to be on continuously, but I also want to make sure that when people wake via the website that it starts up and doesn’t crash. At the moment I use uptime Kuma to tell me if it’s down, but it’s also a pinger and eats away at egress.
What I’d like is for selected Repls, if they ever crash due to my poor programming, a notification with logs be sent to a webhook.
What problem(s) would this feature solve?
This would remove the need for an uptimer for me & many other people, and improve the debugging experience heavily.
Explain what you were trying to do when you came across the problem leading to this feature request
Keep track of my Repls when they crash, but it needed an external service and for it to be pinged 24/7.