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 097ca3f commit 67ba96fCopy full SHA for 67ba96f
src/Understand/UnderstandLaravel5/ExceptionEncoder.php
@@ -82,7 +82,7 @@ public function setCurrentStackTrace(array $errorLog)
82
*/
83
protected function getCurrentStackTrace()
84
{
85
- $stackTrace = debug_backtrace();
+ $stackTrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 100);
86
$vendorExcluded = false;
87
88
foreach($stackTrace as $index => $trace)
0 commit comments