scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Tag "error" requests #5

Closed cschneid closed 4 years ago

cschneid commented 5 years ago

We have a simple yes/no tag that indicates if a request resulted in a 500 to the user. The definition we use in Ruby & Python is: "did an exception escape the Controller span".

Tag should be: "error" => "true". No tag should be sent on a non-exceptioning request.