networkDetailAllowUrls: [
// Disallow:
// `/api/0/customers/*`
// `/api/0/invoices/*`
// `/api/0/projects/<org>/<proj>/replays/<id>/replay-segments/`
// Allow: all others
/\/api\/0\/(?!(projects|customers|invoices)\/).*/,
/\/api\/0\/projects\/[^/]*\/[^/]*\/(?!(replays\/))/,
/\/api\/0\/projects\/[^/]*\/[^/]*\/replays\/[^/]*\/?!(recording-segments\/)/,
],