Skip to content

Commit

Permalink
Drop Configuration classes from API (#2596)
Browse files Browse the repository at this point in the history
* Drop Configuration classes from API

They're nowhere used internally (anymore). Avoid having multiple APIs: dd_trace_env_config() is enough.

* Also drop unused Time class

We generally accept a double internally (e.g. start_span), so this won't be needed for users either.

* Fix test
  • Loading branch information
bwoebi authored Mar 27, 2024
1 parent 530e4cd commit 1fab516
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 1,259 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
"autoload": {
"psr-4": {
"DDTrace\\": "./src/api/"
},
"files": [
"./src/api/ComposerBootstrap.php"
]
}
},
"autoload-dev": {
"psr-4": {
Expand Down
9 changes: 0 additions & 9 deletions src/api/ComposerBootstrap.php

This file was deleted.

251 changes: 0 additions & 251 deletions src/api/Configuration.php

This file was deleted.

104 changes: 0 additions & 104 deletions src/api/Configuration/AbstractConfiguration.php

This file was deleted.

Loading

0 comments on commit 1fab516

Please sign in to comment.