messenger-monitor-bundle
                                
                                 messenger-monitor-bundle copied to clipboard
                                
                                    messenger-monitor-bundle copied to clipboard
                            
                            
                            
                        Add the possibility to ignore some defined Exceptions.
In order to reduce the amount of displayed messages, we could ignore some exceptions . Example, I support I am throwing an Exception: FeautureNotImplementedYet It would be nice if there is an option in the messenger to ignore messages that threw this exception, do not display them or delete it automatically.
What about this:
- Your app hooks into messenger handle failure event (higher priority than the event in this bundle).
- If the failure matches the condition to disable saving, add the existing DisableMonitoringStampto the event
This would require some logic here to achieve.