diff --git a/src/ExpoChannel.php b/src/ExpoChannel.php index b0499d9f..126435d8 100644 --- a/src/ExpoChannel.php +++ b/src/ExpoChannel.php @@ -59,6 +59,8 @@ public function send($notifiable, Notification $notification) $this->events->dispatch( new NotificationFailed($notifiable, $notification, 'expo-push-notifications', $e->getMessage()) ); + } catch (\Throwable $e) { + report($e); } }