Solutionunvalidated
app('sentry')->captureException($throwableException); — generate a thrwable exception from a error message. Tension: captureException($errorMessage). Outcome: $throwableException = new \Exception($errorMessage);.
cb24944e-681e-442a-8e8d-9d1e514df0d7
app('sentry')->captureException($throwableException); — generate a thrwable exception from a error message. Tension: captureException($errorMessage). Outcome: $throwableException = new \Exception($errorMessage);.