Skip to content

Commit

Permalink
fix double deprecated statement
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Stawicki <[email protected]>
  • Loading branch information
AtzeDeVries and hawi74 authored Nov 14, 2024
1 parent ad7fdd1 commit 0867052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
ConnectionTypeSocket ConnectionType = iota
// ConnectionTypeHTTP sets the connection to Datadog to go over HTTP
//
// Deprecated: // Deprecated: ConnectionTypeHTTP. ConnectionTypeAuto should be used.
// Deprecated: ConnectionTypeHTTP. ConnectionTypeAuto should be used.
ConnectionTypeHTTP
// ConnectionTypeAuto sets connection to HTTP or UNIX depending on supplied configuration of DD_TRACE_AGENT_URL
ConnectionTypeAuto
Expand Down

0 comments on commit 0867052

Please sign in to comment.