File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
"vimeo/psalm" : " ^4.3"
52
52
},
53
53
"suggest" : {
54
- "monolog/monolog" : " Allow sending log messages to Sentry by using the included Monolog handler."
54
+ "monolog/monolog" : " Allow sending log messages to Sentry by using the included Monolog handler." ,
55
+ "doctrine/dbal" : " Trace DBAL queries with Sentry Transactions by using the included DbalListener"
55
56
},
56
57
"autoload" : {
57
58
"files" : [
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ public function testProcessConfigurationWithDefaultConfiguration(): void
17
17
{
18
18
$ expectedBundleDefaultConfig = [
19
19
'register_error_listener ' => true ,
20
+ 'register_dbal_listener ' => false ,
20
21
'options ' => [
21
22
'integrations ' => [],
22
23
'prefixes ' => [],
You can’t perform that action at this time.
0 commit comments