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

Version Path
ddtrace-0.50.0 lib/ddtrace/ext/git.rb
ddtrace-0.49.0 lib/ddtrace/ext/git.rb
ddtrace-0.48.0 lib/ddtrace/ext/git.rb
ddtrace-0.47.0 lib/ddtrace/ext/git.rb
ddtrace-0.46.0 lib/ddtrace/ext/git.rb
ddtrace-0.45.0 lib/ddtrace/ext/git.rb