Skip to content

Commit 06295e6

Browse files
committed
Fix event builder
1 parent 93e7a11 commit 06295e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/optimizely/event_builder.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ def get_common_params(project_config, user_id, attributes)
101101
revision: project_config.revision,
102102
client_name: CLIENT_ENGINE,
103103
enrich_decisions: true,
104-
client_version: VERSION
104+
client_version: VERSION,
105+
region: project_config.region || 'US'
105106
}
106107
end
107108
end

0 commit comments

Comments
 (0)