Skip to content

Commit c8b614c

Browse files
committed
added config
1 parent 131a020 commit c8b614c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function getConfigTreeBuilder()
8383
->defaultValue('auto')
8484
->end()
8585
->scalarNode('formatter')->defaultNull()->end()
86+
->booleanNode('profile_discovered_client')->defaultTrue()->end()
87+
->booleanNode('profile_discovered_async_client')->defaultFalse()->end()
8688
->scalarNode('captured_body_length')
8789
->defaultValue(0)
8890
->canNotBeEmpty()

0 commit comments

Comments
 (0)