Skip to content

Commit b5aab91

Browse files
committed
Add region to as_json
1 parent c9f4a17 commit b5aab91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/optimizely/event/entity/event_batch.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def as_json
2929
client_version: @client_version,
3030
anonymize_ip: @anonymize_ip,
3131
enrich_decisions: @enrich_decisions,
32-
visitors: @visitors
32+
visitors: @visitors,
33+
region: @region
3334
}
3435
end
3536

0 commit comments

Comments
 (0)