When using Google Firebase network performance monitoring in Android, is there a way to ignore an url pattern (don't monitor it) ?
Currently there is no way to particularly disable network monitoring for a particular pattern of URLs. Firebase Performance provides the option of disabling automatic monitoring all network requests.
One alternate way to monitoring only the patterns you want to measure is by using custom HTTP requests monitoring.