Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12119

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

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.14.0, 7.14.0-alpha2
    • None
    • engine
    • None

    Description

      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"
                }
              }
        

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce