Skip to content

Commit c673318

Browse files
committed
Add support for ignore_server_port sentry option
1 parent 908f5ac commit c673318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function getConfigTreeBuilder()
8888
->scalarNode('mb_detect_order')->defaultNull()->end()
8989
->scalarNode('error_types')->defaultNull()->end()
9090
->scalarNode('app_path')->defaultValue('%kernel.root_dir%/..')->end()
91+
->booleanNode('ignore_server_port')->defaultFalse()->end()
9192
->arrayNode('excluded_app_paths')
9293
->defaultValue(
9394
[

0 commit comments

Comments
 (0)