Skip to content

Commit 716ca7d

Browse files
authored
Merge pull request #10 from maloun96/hotfix/start_recording
Start recording telescope to save exception to db
2 parents 0f60c13 + 478c6b2 commit 716ca7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Telescope/TelescopeException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static function record(Throwable $exception, $message = null): void
1717
})->toArray();
1818

1919
try {
20+
Telescope::startRecording();
2021
Telescope::recordException(
2122
IncomingExceptionEntry::make($exception, [
2223
'class' => get_class($exception),

0 commit comments

Comments
 (0)