Skip to content

Commit

Permalink
add public_api tag to Datadog::Core::Transport::Ext module
Browse files Browse the repository at this point in the history
  • Loading branch information
ekump committed Feb 26, 2024
1 parent ccba7cf commit 936dcec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/datadog/core/transport/ext.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# frozen_string_literal: true

require_relative '../configuration/ext'
# DEV(2.0): This file should replace /ddtrace/transport/ext.rb
# WARN: This file is used in /dd trace/transport/ext.rb which is a public API. Any changes here
# should be treated as changes to a public API.
module Datadog
module Core
module Transport
# @public_api
module Ext
module HTTP
HEADER_CONTAINER_ID = 'Datadog-Container-ID'
Expand Down

0 comments on commit 936dcec

Please sign in to comment.