addBlacklist abstract method

void addBlacklist(
  1. RegExp regex
)

Adds the URL pattern to the blacklist. Items in the blacklist will not be reported or retained in the memory cache. Matching happens on the request URL

Implementation

void addBlacklist(RegExp regex);