Notification upon app errors

Product: PowerShell Universal
Version: 5.6.11

Hi.

Is there any general way to set up so that I as administrator get a notification when something goes wrong in an app in PSU 5? I’m thinking something like triggers for failed jobs, but for erroneous apps. I can see errors in the app log, but if nobody that uses the app bothers to tell me that it isn’t working correctly, I never look in the log…

/Daniel

Not PSU specific, and also a bit labor intensive, but you could add try/catch handling, with the notification in the catch.

Yep, I thought about that solution, hoping there would be any nicer way to do it :wink: