0.0
No release in over 3 years
Low commit activity in last 3 years
Airbrake exception report support for Jets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0

Runtime

 Project Readme

Airbrake Jets

BoltOps Badge

Gem Version

Airbrake: Application monitoring for your entire stack.

Fix errors in minutes – Airbrake tells you in real-time what's broken, where, and why.

This gem adds airbrake error reporting support to Jets: Ruby Serverless Framework.

This gem is not officially associated and written by airbrake. This is written by tongueroo. Looking for maintainers or someone who would like to see if they can get this integrated to the official airbrake-ruby gem. At which point, this gem should be deprecated.

Installation

Add this line to your Jets project Gemfile:

gem 'airbrake-jets'

And then execute:

bundle

Add the AIRBRAKE_PROJECT_KEY env variable to the .env file in your project. Here's an example of what AIRBRAKE_PROJECT_KEY looks like.

.env:

AIRBRAKE_PROJECT_KEY=123456
AIRBRAKE_PROJECT_KEY=a01d0xy90cea4efs6x7359f97b615wdc

To get a AIRBRAKE_PROJECT_KEY, sign up for an account at airbrake.io and create a project. For more info on Env Files, refer to the Jets docs.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tongueroo/airbrake-jets.

License

The gem is available as open source under the terms of the MIT License.