Please describe if there is no way to get rid of
W/Datadog: tag "version:4.1.4 beta" was modified to "version:4.1.4_beta" to match our constraints.
Currently I get this warning constantly if I have a space in my app version name, like
android {
productFlavors {
stage {
versionName "version:4.1.4 beta"
I have tried
datadog {
versionName = "version:4.1.4_beta"
but it didnt help.
I have also tried
logger = Logger.Builder()
.build()
logger.addTag("version", "version:4.1.4_beta")
but it also didnt help.
I understand that 'version' is a reserved tag (https://docs.datadoghq.com/getting_started/tagging/), and that reserved tags cannot be changed, but its really crazy that there is no way to set it manually.
It prohibits the use of space and other characters in the user facing app version name.
Please provide some means setting version name so I can start using a user friendly app version name again.
Please describe if there is no way to get rid of
Currently I get this warning constantly if I have a space in my app version name, like
I have tried
but it didnt help.
I have also tried
but it also didnt help.
I understand that 'version' is a reserved tag (https://docs.datadoghq.com/getting_started/tagging/), and that reserved tags cannot be changed, but its really crazy that there is no way to set it manually.
It prohibits the use of space and other characters in the user facing app version name.
Please provide some means setting version name so I can start using a user friendly app version name again.