Skip to content

Instantly share code, notes, and snippets.

@bcruddy
Created September 25, 2017 14:59
Show Gist options
  • Save bcruddy/83a70ee54f39f558cae974b949939cdf to your computer and use it in GitHub Desktop.
Save bcruddy/83a70ee54f39f558cae974b949939cdf to your computer and use it in GitHub Desktop.
[
{
"from": "^https?://[\\w-]*pendo-[\\w]+.appspot.com/dist/js/(app|libs).(min|full).js",
"to": "https://local.pendo.io:3000/dist/js/$1.full.js",
"isActive": true,
"isRegex": true
},
{
"from": "^https?://[^/]+/agent/static/[0-9a-zA-Z\\-_]+/pendo(-staging)?.js",
"to": "https://local.pendo.io:8081/dist/pendo.jsonp.js",
"isActive": false,
"isRegex": true
},
{
"from": "^https?://[\\w-]*pendo-[\\w]+.appspot.com/dist/css/app.css",
"to": "https://local.pendo.io:3000/dist/css/app.css",
"isActive": true,
"isRegex": true
},
{
"from": "https://app.pendo.io/dist/js/(app|libs).(min|full).js",
"to": "https://local.pendo.io:3000/dist/js/$1.full.js",
"isActive": false,
"isRegex": true
},
{
"from": "https://app.pendo.io/dist/css/app.css",
"to": "https://local.pendo.io:3000/dist/css/app.css",
"isActive": false,
"isRegex": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment