Skip to content

Commit

Permalink
Bump datadog/dd-trace from 0.93.2 to 0.94.0 (#16194)
Browse files Browse the repository at this point in the history
Bumps [datadog/dd-trace](https://github.com/DataDog/dd-trace-php) from 0.93.2 to 0.94.0.
- [Release notes](https://github.com/DataDog/dd-trace-php/releases)
- [Commits](DataDog/dd-trace-php@0.93.2...0.94.0)

---
updated-dependencies:
- dependency-name: datadog/dd-trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 9573e6b commit baa02a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"composer/installers": "^2.2.0",
"consolidation/site-process": "^4.1",
"cweagans/composer-patches": "^1.7",
"datadog/dd-trace": "^0.93.1",
"datadog/dd-trace": "^0.94.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"drupal/address": "^1.4",
"drupal/admin_feedback": "^2.2",
Expand Down
24 changes: 17 additions & 7 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "08356102a5c681e1a87c48269a7c593c",
"content-hash": "c05a722223fb609b9bf6d9d3e0545b7b",
"packages": [
{
"name": "alchemy/zippy",
Expand Down Expand Up @@ -1271,16 +1271,16 @@
},
{
"name": "datadog/dd-trace",
"version": "0.93.2",
"version": "0.94.0",
"source": {
"type": "git",
"url": "https://github.com/DataDog/dd-trace-php.git",
"reference": "7850350e97f1bc26466ccaf72d0b41cf2ade4127"
"reference": "dc23b0c7f826fb832e8d69e350524de5a07002c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DataDog/dd-trace-php/zipball/7850350e97f1bc26466ccaf72d0b41cf2ade4127",
"reference": "7850350e97f1bc26466ccaf72d0b41cf2ade4127",
"url": "https://api.github.com/repos/DataDog/dd-trace-php/zipball/dc23b0c7f826fb832e8d69e350524de5a07002c2",
"reference": "dc23b0c7f826fb832e8d69e350524de5a07002c2",
"shasum": ""
},
"require": {
Expand All @@ -1299,6 +1299,16 @@
"type": "library",
"extra": {
"scenarios": {
"opentelemetry1": {
"require": {
"open-telemetry/sdk": "@stable",
"open-telemetry/extension-propagator-b3": "@stable",
"open-telemetry/opentelemetry-logger-monolog": "@stable"
},
"scenario-options": {
"create-lockfile": false
}
},
"opentracing_beta5": {
"require": {
"opentracing/opentracing": "1.0.0-beta5"
Expand Down Expand Up @@ -1359,9 +1369,9 @@
],
"support": {
"issues": "https://github.com/DataDog/dd-trace-php/issues",
"source": "https://github.com/DataDog/dd-trace-php/tree/0.93.2"
"source": "https://github.com/DataDog/dd-trace-php/tree/0.94.0"
},
"time": "2023-11-13T11:35:31+00:00"
"time": "2023-11-20T17:09:04+00:00"
},
{
"name": "davedevelopment/stiphle",
Expand Down

0 comments on commit baa02a9

Please sign in to comment.