dbtlr / php-airbrake

A PHP 5.3 library for sending errors to the Airbrake.io service.
http://airbrake.io
MIT License
121 stars 44 forks source link

User our standard format so we can better group #43

Closed benarent closed 9 years ago

benarent commented 9 years ago

We ( Airbrake ) don't like to use spaces for our Distinct error types. Since the PHP notifier hard codes this in it means we throw all errors into one bucket. By changing this to our standard format it'll be much better for our customers to easily put these errors as Distinct Error Classes See https://help.airbrake.io/kb/customizations/distinct-error-classes

Before, No luck putting it into distinct group.

image

After, Happy Days :-)

image

benarent commented 9 years ago

Thanks @dbtlr