pub const VCS_REPOSITORY_URL_FULL: &str = "vcs.repository.url.full";
Expand description
The canonical URL of the repository providing the complete HTTP(S) address in order to locate and identify the repository through a browser.
§Notes
In Git Version Control Systems, the canonical URL SHOULD NOT include
the .git
extension.
§Examples
"https://github.com/opentelemetry/open-telemetry-collector-contrib"
"https://gitlab.com/my-org/my-project/my-projects-project/repo"