news-catalyst / google-app-scripts

a collection of scripts for tinynews google docs add-ons
https://script.google.com/a/newscatalyst.org/d/1ILURq69o3cYUy6k1n1X6HwxdMfl9xWNhILYuZxgLfeblb3IR15WCMZSj/edit
1 stars 1 forks source link

Don't alert airbrake if required form field is missing a value #415

Closed jacqui closed 2 years ago

jacqui commented 2 years ago

Closes #412

It's misleading and noisy to alert Airbrake when someone's using the form and forgets to fill in a required field (form validation fails). This PR removes the error reporting on missing required fields.

To test, run > test as add-on > choose any article > latest code > try to preview or publish with any required field missing (example: headline). You should not see an error reported in the Airbrake Dashboard.