smashingboxes / boxcar-generator-archive

A tool for generating Rails applications with the best practices of the Smashing Boxes team.
MIT License
16 stars 2 forks source link

Airbrake #143

Open dkniffin opened 5 years ago

dkniffin commented 5 years ago

Here's a good example config: https://github.com/smashingboxes/pr-mate/blob/master/config/initializers/airbrake.rb

One thing to note: The project_id and project_key change on every project. The easiest way to handle that is probably ENV variables.