Skip to content

Please describe how to get rid of W/Datadog: tag "version:4.1.4 beta" was modified to "version:4.1.4_beta" to match our constraints. #1018

Description

@nordfalk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions