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.
1 parent e97a0b5 commit 22c103fCopy full SHA for 22c103f
src/Understand/UnderstandLaravel5/ExceptionEncoder.php
@@ -95,7 +95,7 @@ public function setCurrentStackTrace(array $errorLog)
95
*/
96
protected function getCurrentStackTrace()
97
{
98
- $stackTrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 100);
+ $stackTrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, $this->stackTraceLimit);
99
$vendorExcluded = false;
100
101
foreach($stackTrace as $index => $trace)
0 commit comments