Sha256: df8cca5334fbcd37cf0aedcd94de9b9a0c921d14dcc60681caffdaed19948b53
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 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_REPOSITORY_URL = 'git.repository_url'.freeze TAG_TAG = 'git.tag'.freeze end end end
Version data entries
6 entries across 6 versions & 1 rubygems