Ltei
Ltei

Reputation: 444

Google Firebase performance monitoring : Ignore url pattern

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

Answers (1)

Visu
Visu

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

Related Questions