ankane / field_test

A/B testing for Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it make sense to exclude internal devices / IP addresses?

hwhelchel opened this issue · comments

I'd like to prevent me and my team's devices from influencing experiment results. Is there a way to do this?

Not right now, but we could an option like:

exclude:
  ips:
    - 127.0.0.1

Feel free to submit a PR.

Added in #20