Sha256: 6da256e99bd5c4ad1e6a2882513a7e10368025d97b76f9971cae47e19060d511
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
module Datadog module Ext # Defines constants for Git tags module Git TAG_BRANCH = 'git.branch'.freeze TAG_COMMIT_SHA = 'git.commit.sha'.freeze TAG_DEPRECATED_COMMIT_SHA = 'git.commit_sha'.freeze TAG_REPOSITORY_URL = 'git.repository_url'.freeze TAG_TAG = 'git.tag'.freeze end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-0.44.0 | lib/ddtrace/ext/git.rb |
ddtrace-0.43.0 | lib/ddtrace/ext/git.rb |