honeybadger-io / honeybadger-php

PHP library for reporting errors to Honeybadger.io :elephant: :zap:
https://www.honeybadger.io/for/php/?utm_source=github&utm_medium=readme&utm_campaign=php&utm_content=website-url
MIT License
37 stars 21 forks source link

fix: check if api key is set in Honeybadger::event #198

Closed subzero10 closed 2 months ago

subzero10 commented 2 months ago

Status

READY

Description

If the API key is not set, there is no point in trying to making the HTTP call.