Skip to content

Commit b2e1c71

Browse files
committed
Add option to set register_dbal_listener to ConfigurationTest
1 parent 390cace commit b2e1c71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"vimeo/psalm": "^4.3"
5252
},
5353
"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"
5556
},
5657
"autoload": {
5758
"files": [

tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function testProcessConfigurationWithDefaultConfiguration(): void
1717
{
1818
$expectedBundleDefaultConfig = [
1919
'register_error_listener' => true,
20+
'register_dbal_listener' => false,
2021
'options' => [
2122
'integrations' => [],
2223
'prefixes' => [],

0 commit comments

Comments
 (0)