-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Scenario:
- Download 7.14.0-alpha1-ee distro (should be enterprise)
- Enable telemetry (and setup local et)
- Start and then stop the engine
Expected:
- The following telemetry data is sent:
{ "installation": "33485eb4-7399-47d5-b83f-2910867745a3", "product": { "internals": { "database": { "vendor": "MySQL", "version": "5.6.23" } }, "name": "Camunda BPM Runtime", "version": "7.14.0-alpha1", "edition": "enterprise" } }
Observed:
- The data incorrectly sends `7.14.0` instead of `7.14.0-alpha1`:
{ "installation": "33485eb4-7399-47d5-b83f-2910867745a3", "product": { "internals": { "database": { "vendor": "MySQL", "version": "5.6.23" } }, "name": "Camunda BPM Runtime", "version": "7.14.0", "edition": "enterprise" } }