Application Version - Git Hash
brendanjerwin
Posted on
Jun 21 2014
We simply use the Git Hash as the application version identifier. It looks like ray gun requires a version in the x.x.etc form.
Am I wrong? If I'm right, could it be changed to allow any unique string as the version identifier?
Callum
Posted on
Jul 04 2014
Hi Brendan,
You aren't wrong, by default we suggest users submit a semantic version (semver.org) string, this is so we can perform natural sorting on the version list to return the most recent version in the web app's version filter dropdown. You should be able to submit arbitrary strings, however these will essentially be sorted alphanumerically so your version filter might not be as useful as a semver approach (or integer build numbers, etc).
Regards,
Callum Gavin
Mindscape Limited
brendanjerwin
Posted on
Jul 09 2014
But the features that recognize that a bug was introduced in X and went away in Y would still work?