My mac application offers support for versions 10.15 or higher, therefore I'm adding some logs to the app to get the OS version when the app launches. But, besides getting the major and minor version numbers, I wonder if it would be relevant for troubleshooting to log the release name as well, such as Catalina, Big Sur, Monterey, etc.
So my question is: In order to investigate bug causes, is it important to know the OS release name? Or having just the OS version number is informative enough?