lib/unleash/metrics_reporter.rb in unleash-5.0.1 vs lib/unleash/metrics_reporter.rb in unleash-5.0.2

- old
+ new

@@ -22,9 +22,13 @@ self.last_time = now report = { 'appName': Unleash.configuration.app_name, 'instanceId': Unleash.configuration.instance_id, + 'platformName': RUBY_ENGINE, + 'platformVersion': RUBY_VERSION, + 'yggdrasilVersion': nil, + 'specVersion': Unleash::CLIENT_SPECIFICATION_VERSION, 'bucket': { 'start': start.iso8601(Unleash::TIME_RESOLUTION), 'stop': stop.iso8601(Unleash::TIME_RESOLUTION), 'toggles': Unleash.toggle_metrics.features }