We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max_breadcrumbs
1 parent e3ff731 commit ce1c283Copy full SHA for ce1c283
src/DependencyInjection/Configuration.php
@@ -5,7 +5,6 @@
5
namespace Sentry\SentryBundle\DependencyInjection;
6
7
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
8
-use Sentry\Options;
9
use Sentry\SentryBundle\ErrorTypesParser;
10
use Symfony\Bundle\TwigBundle\TwigBundle;
11
use Symfony\Component\Cache\CacheItem;
@@ -125,10 +124,7 @@ public function getConfigTreeBuilder(): TreeBuilder
125
124
->always(\Closure::fromCallable([ErrorTypesParser::class, 'parse']))
126
->end()
127
128
- ->integerNode('max_breadcrumbs')
129
- ->min(0)
130
- ->max(Options::DEFAULT_MAX_BREADCRUMBS)
131
- ->end()
+ ->integerNode('max_breadcrumbs')->min(0)->end()
132
->variableNode('before_breadcrumb')->end()
133
->arrayNode('in_app_exclude')
134
->scalarPrototype()->end()
0 commit comments