You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unable to send messages to Rollbar API. Produced response:" message before log item...
No response text, only this message.
I use other Laravel 5.1 project and rollbar-php-laravel v2.3.0 but no problem, only v2.4.1.
If "ROLLBAR_LEVEL=error" defined is .env AND run Log::error("test") is OK.
If run Log::info("test") then in logfile: local.ERROR: Unable to send messages to Rollbar API. Produced response:
If "ROLLBAR_LEVEL" not defined in .env then Log::error("test") and Log::info("test") is OK!