When calling (Illuminate\Support\Facades\)Log::error
I can only see the message on Bugsnag but not the contextual information. Is there a way I can set-up Laravel/Bugsnag to also pass context?
For example, when doing Log::error("Exception occurred.", ["Further info here."]);
only the message ("Exception occurred.") is displayed on Bugsnag.