Commit f58287e4 authored by Niko Belokolodov's avatar Niko Belokolodov

Migrate license_md5 to instrumentation class

parent 93803cc0
......@@ -90,7 +90,7 @@ module EE
end
if license
usage_data[:license_md5] = license.md5
usage_data[:license_md5] = add_metric("LicenseMdFiveMetric")
usage_data[:license_id] = license.license_id
# rubocop: disable UsageData/LargeTable
usage_data[:historical_max_users] = license.historical_max
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment