We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: