File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff line change 1717
1818class SentryExtensionTest extends TestCase
1919{
20- private const SUPPORTED_SENTRY_OPTIONS_COUNT = 35 ;
20+ private const SUPPORTED_SENTRY_OPTIONS_COUNT = 36 ;
2121 private const LISTENER_TEST_PUBLIC_ALIAS = 'sentry.exception_listener.public_alias ' ;
2222
2323 public function test_that_configuration_uses_the_right_default_values ()
@@ -355,6 +355,7 @@ public function test_that_it_sets_all_sentry_options()
355355 'processorOption2 ' => 'asasdf ' ,
356356 ],
357357 ],
358+ 'ignore_server_port ' => true ,
358359 ];
359360
360361 $ this ->assertCount (self ::SUPPORTED_SENTRY_OPTIONS_COUNT , $ options );
You can’t perform that action at this time.
0 commit comments