relay icon indicating copy to clipboard operation
relay copied to clipboard

raw_description parses version as kernel_version

Open bruno-garcia opened this issue 3 years ago • 1 comments

      "name": "iOS",
      "kernel_version": "15.1",
      "raw_description": "iOS 15.1",
      "type": "os"
    },

bruno-garcia avatar Jan 25 '22 12:01 bruno-garcia

I think we need a dedicated regex for iOS and macOS here: https://github.com/getsentry/relay/blob/7d0dc11b38d4e876d57ad699252544d8f145a2cd/relay-general/src/store/normalize/contexts.rs#L19-L21 See also: https://github.com/getsentry/relay/blob/7d0dc11b38d4e876d57ad699252544d8f145a2cd/relay-general/src/store/normalize/contexts.rs#L537-L539

jjbayer avatar May 10 '22 07:05 jjbayer