Skip to content

Commit

Permalink
add deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
AtzeDeVries committed Nov 13, 2024
1 parent d5efdff commit 4b85749
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ type ConnectionType byte

const (
// ConnectionTypeSocket sets the connection to Datadog to go throug a UNIX socket
//
// Deprecated: ConnectionTypeSocket. ConnectionTypeAuto should be used.
ConnectionTypeSocket ConnectionType = iota
// ConnectionTypeHTTP sets the connection to Datadog to go over HTTP
//
// Deprecated: // 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 4b85749

Please sign in to comment.