Filtering out external library errors

Hi Everyone, in our sentry portal, we’re getting a lot of errors from certain libraries that are included in other libraries that we use. When I look at the entries, the ‘url’ tag has the same url as our app. Will I be able to filter out these errors using ‘whitelistUrls’ or ‘includePaths’?

If those libraries are being used by your code, is it not possible these are the source of legitimate application errors? How would you know the difference?