Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
08-22-2017 07:57 AM
Hello Team
We would like to ignore error messages based on URL detected in the controller page.
Please find the list of error messages below which we would like to ignore in AppDynamics controller page.
We are not able to find the class names on the error messages, so we want to ignore error /exception messages from controller page based on the URLs.
Thanks in advance.
Regards,
BalaMurugan S
08-22-2017 08:20 AM
I'm afraid it is not possible to selectively ignore exceptions based on the BT context at this time.
08-29-2017 04:22 AM
you can ignore errors by type in configuration (newrelic.config in C:\ProgramData\New Relic.NET Agent) but there currently isn't any more granular control available through configuration. You could use the .NET API call IgnoreTransaction() which would suppress the error but also ignore the entire transaction as a whole, which is sometimes undesirable. A third option would be to handle all errors before the .NET agent notices them and then either rethrow the ones you want to notice or use NoticeError() to capture the exception manually. It sounds like that last option won't be very easy to implement in this case.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form