OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_VCS_REF_BASE_NAMEConst Experimental

    ATTR_VCS_REF_BASE_NAME: "vcs.ref.base.name" = ...

    The name of the reference such as branch or tag in the repository.

    my-feature-branch
    
    tag-1-test
    

    base refers to the starting point of a change. For example, main would be the base reference of type branch if you've created a new reference of type branch from it and created new commits.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.