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

Report errors to Airbrake with context #382

Closed jacqui closed 2 years ago

jacqui commented 2 years ago

Closes #381

Test using version #109 in the script editor. This adds context to all airbrake errors reported, and if possible (should be in most cases) includes the slug for the organization this error occurred in.

Note I tested this by deliberately triggering an error in airbrake using the alertAirbrake('some message'); function call in the Page.html file. I removed the call from the file once I verified the error was being reported with context.

Context will vary but can include a lot of helpful details - see screenshots.

Screen Shot 2021-12-07 at 11 08 56 am Screen Shot 2021-12-07 at 11 08 39 am