How to exclude specific exceptions from global exception tracking? #125
Unanswered
kyletinsley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Can anyone tell me how to exclude certain exceptions from global exception tracking?
We're getting ResizeObserver - loop limit exceeded within chrome due to a third-party component library (I think). This exception can be safely ignored, but I cannot figure out how to do so, so our AI logs are getting cluttered w/ insignificant errors of this type.
Here's some info on filtering, that may be helpful.
https://docs.microsoft.com/en-us/archive/blogs/albulank/modifying-and-filtering-telemetry-with-appinsights-javascript-sdk-telemetry-initializer#filtering-data
Any help on this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions