Transform URLs for Network Requests
The callback that modifies or ignore specific URLs should be assigned to the Func delegate below.
OnNetworkRequest is synchronous, so we recommend that you return from the function quickly.
public Func<IHttpRequestTracker, bool> OnNetworkRequest { get; set; }