I'd like to be able to send notifications of client errors (specifically 400 class errors that are not auth or 404) to Rollbar.
I would like to do so by user agent.
For instance, let's say we deploy a version of the API and I didn't do enough testing in conch shell. The shell would send bad data to the API which would return a 400-class error. While one hopes my customers would let me know, it'd be nice to also send those errors into Rollbar where they could be tracked and monitored.
I'd like to be able to send notifications of client errors (specifically 400 class errors that are not auth or 404) to Rollbar.
I would like to do so by user agent.
For instance, let's say we deploy a version of the API and I didn't do enough testing in conch shell. The shell would send bad data to the API which would return a 400-class error. While one hopes my customers would let me know, it'd be nice to also send those errors into Rollbar where they could be tracked and monitored.