Skip to content
Snippets Groups Projects
Commit 029f5e3e authored by Austin King's avatar Austin King
Browse files

Hardcoding data_sample_rate to 1.0

parent 9501c75d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ exports.process = function(req, res) {
authenticated: authenticated,
auth_level: auth_level,
domain_key_creation_time: domainKeyCreationDate.getTime(),
random_seed: crypto.randomBytes(32).toString('base64')
random_seed: crypto.randomBytes(32).toString('base64'),
data_sample_rate: 1.0
};
if (config.get('enable_code_version')) {
respObj.code_version = version();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment