Can you help us understand the use case with some more detail?
t
Thorben
10/27/2023, 12:41 PM
I want to send an alert whenever an exception happens. ideally (optionally) for the first time a certain exception type occurs
Thorben
10/27/2023, 12:42 PM
I played around with it a bit but the only kind of alert I could produce was one where I checked if there was >0 new exceptions within the last minute and then alert
Thorben
10/27/2023, 12:43 PM
but this felt not great as it would e.g. only send 1 alert even when 2 or more exceptions happen within a minute
s
Srikanth Chekuri
10/30/2023, 4:53 PM
I understand and agree it's not really a great experience for exceptions. For now, there is only count based alert.