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 9745b28 commit af512b0Copy full SHA for af512b0
packages/core/src/LogExceptionProcessor.php
@@ -15,6 +15,7 @@ public function process(Throwable $throwable): void
15
$items = [
16
'class' => $throwable::class,
17
'exception' => $throwable->getMessage(),
18
+ 'trace' => $throwable->getTraceAsString(),
19
'context' => ($throwable instanceof HasContext)
20
? $throwable->context()
21
: [],
0 commit comments