Airbrake\Connection::addHeader PHP Method

addHeader() public method

Add a header to the connection.
public addHeader ( string $header )
$header string
    public function addHeader($header)
    {
        $this->headers += (array) $header;
    }