Skip to content

Commit a0e3e78

Browse files
committed
Add suggestion to install the symfony/cache component to enable its tracing
1 parent 8627eeb commit a0e3e78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"suggest": {
5959
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler.",
6060
"doctrine/doctrine-bundle": "Allow distributed tracing of database queries using Sentry.",
61-
"symfony/twig-bundle": "Allow distributed tracing of Twig template rendering using Sentry."
61+
"symfony/twig-bundle": "Allow distributed tracing of Twig template rendering using Sentry.",
62+
"symfony/cache": "Allow distributed tracing of cache pools using Sentry."
6263
},
6364
"autoload": {
6465
"files": [

0 commit comments

Comments
 (0)