puzzle / puzzletime

Open source time tracking and resource planning web application for SMEs
GNU Affero General Public License v3.0
46 stars 18 forks source link

Fix airbreak config for test and development #77

Closed ZeroPointEnergy closed 4 years ago

ZeroPointEnergy commented 4 years ago

The conditional causes an error in development if the env variables are not set, because airbreak is then not configured at all.

It is no longer required to provide the host and key.

For reference: https://github.com/airbrake/airbrake/issues/713