Reputation: 444
When using Google Firebase network performance monitoring in Android, is there a way to ignore an url pattern (don't monitor it) ?
Upvotes: 2
Views: 727
Reputation: 189
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.
Upvotes: 1