In telemetry, the product version doesn't respect enterprise alphas

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.14.0, 7.14.0-alpha2
    • Affects Version/s: None
    • Component/s: engine
    • 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"
                }
              }
        

            Assignee:
            Unassigned
            Reporter:
            Yana Vasileva
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: