fix : 슬랙알람 타이틀 수정
This commit is contained in:
@@ -28,7 +28,7 @@ protected function sendSlackException(Throwable $e): void
|
||||
if (!$url) return;
|
||||
|
||||
Http::post($url, [
|
||||
'text' => "*🚨[".env('APP_ENV')."] Laravel 예외 발생!*\n" .
|
||||
'text' => "*[Laravel] 예외 발생!*\n" .
|
||||
"• 메시지: `{$e->getMessage()}`\n" .
|
||||
"• 위치: `{$e->getFile()}:{$e->getLine()}`\n" .
|
||||
"• 시간: " . now()->toDateTimeString()
|
||||
|
||||
Reference in New Issue
Block a user