aneilbaboo / replayer

Replay HTTP requests for testing Node.js / Javascript code
Apache License 2.0
33 stars 7 forks source link

No Whitelist for URLs #22

Open ggb667 opened 6 years ago

ggb667 commented 6 years ago

The replay project has a whitelist for URLs. Some URLs aren't worth remembering (newrelic for instance, or google analytics).

EX: Replay.drop('newrelic.com', 'collector-252.newrelic.com','metadata.google.internal','169.254.169.254');//, 'collector-252.newrelic.com-443');

It would be highly desierable to implement a feature like that in this project. Without it far too much garbage ends up in the fixtures folder.