We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0945ea4 commit 98ce553Copy full SHA for 98ce553
1 file changed
lib/split/helper.rb
@@ -122,7 +122,7 @@ def ab_user
122
end
123
124
def exclude_visitor?
125
- instance_eval(&Split.configuration.ignore_filter) || is_ignored_ip_address? || is_robot? || is_preview?
+ instance_exec(request, &Split.configuration.ignore_filter) || is_ignored_ip_address? || is_robot? || is_preview?
126
127
128
def is_robot?
0 commit comments