We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9638f99 + 3058f79 commit f5391f1Copy full SHA for f5391f1
composer.json
@@ -17,7 +17,6 @@
17
"ext-json" : "*",
18
"monolog/monolog": "^2 || ^3",
19
"symfony/http-foundation": "^5.3 || ^6",
20
- "datadog/dd-trace": "^0.79.0",
21
"symfony/event-dispatcher": "^4.4 || ^5.3 || ^6"
22
},
23
"require-dev": {
@@ -29,7 +28,8 @@
29
28
"suggest": {
30
"symfony/security": "If you want to log user-id's",
31
"symfony/messenger": "If you want to use the message serializer for correlation id's",
32
- "symfony/http-client": "If you want to use the http client decorator for correlation id's"
+ "symfony/http-client": "If you want to use the http client decorator for correlation id's",
+ "datadog/dd-trace": "If you want to use the Datadog tracing processor"
33
34
"scripts": {
35
"set-up": [
0 commit comments