Bugsnag\BugsnagLaravel\Request\LaravelRequest::getContext PHP Method

getContext() public method

Get the request context.
public getContext ( ) : string | null
return string | null
    public function getContext()
    {
        return $this->request->getMethod() . ' ' . $this->request->getPathInfo();
    }