• Evergreen - Milestone 2

      We have errors in Sentry about the log levels we send

      This is because only the following levels are allowed/understood in Sentry (https://docs.sentry.io/clients/node/usage/#raven-node-additional-data):

      Sentry is aware of the following levels:

      • debug (the least serious)
      • info
      • warning
      • error
      • fatal (the most serious)

      Expected behavior

      We should send levels that Sentry understands, and map the levels we currently send as-is extracted from Java.

      As we only send >= WARNING anyway, we mainly (only?) have to map severe to fatal.

          [JENKINS-53551] Map log levels sent to Sentry

          Baptiste Mathus created issue -
          Baptiste Mathus made changes -
          Sprint New: Evergreen - Milestone 2 [ 516 ]
          Baptiste Mathus made changes -
          Attachment New: screenshot-1.png [ 44471 ]
          Baptiste Mathus made changes -
          Description Original: h3. We have errors in Sentry about the log levels we send

          New: h3. We have errors in Sentry about the log levels we send

          !screenshot-1.png!

          This is because only the following levels are allowed/understood in Sentry ([https://docs.sentry.io/clients/node/usage/#raven-node-additional-data):]
          {quote}Sentry is aware of the following levels:
           * debug (the least serious)
           * info
           * warning
           * error
           * fatal (the most serious){quote}
          h3. Expected behavior

          We should send levels that Sentry understands, and map the levels we currently send as-is extracted from Java.

          As we only send >= WARNING anyway, we mainly (only?) have to map {{severe}} to {{fatal}}.
          R. Tyler Croy made changes -
          Assignee Original: R. Tyler Croy [ rtyler ] New: Baptiste Mathus [ batmat ]
          R. Tyler Croy made changes -
          Rank New: Ranked higher
          Baptiste Mathus made changes -
          Labels Original: evergreen sentry New: evergreen newbie-friendly sentry
          Baptiste Mathus made changes -
          Assignee Original: Baptiste Mathus [ batmat ] New: R. Tyler Croy [ rtyler ]
          Baptiste Mathus made changes -
          Assignee Original: R. Tyler Croy [ rtyler ]

          Jochen Schalanda added a comment - I gave this one a try in  https://github.com/jenkins-infra/evergreen/pull/328 .

            joschi Jochen Schalanda
            batmat Baptiste Mathus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: