airbrake
The official Airbrake library for Ruby applications
File Explorer
Download Latest Version (.zip)- test.yml
- dependabot.yml
- CHANGELOG-pre-v5.txt
- Migration_guide_from_v4_to_v5.md
- rack.gemfile
- rails_5.2.gemfile
- rails_6.0.gemfile
- rails_6.1.gemfile
- rails_7.0.gemfile
- rails_7.1.gemfile
- rails_7.2.gemfile
- rails_edge.gemfile
- sinatra.gemfile
- capistrano2.rb
- capistrano3.rb
- context_filter.rb
- http_headers_filter.rb
- http_params_filter.rb
- instrumentable.rb
- middleware.rb
- request_body_filter.rb
- request_store.rb
- route_filter.rb
- session_filter.rb
- user.rb
- user_filter.rb
- notify_callback.rb
- action_controller_tie.rb
- active_record_tie.rb
- middleware_tie.rb
- action_cable.rb
- action_controller.rb
- action_controller_notify_subscriber.rb
- action_controller_performance_breakdown_subscriber.rb
- action_controller_route_subscriber.rb
- active_job.rb
- active_record.rb
- active_record_subscriber.rb
- app.rb
- backtrace_cleaner.rb
- curb.rb
- event.rb
- excon_subscriber.rb
- http.rb
- http_client.rb
- net_http.rb
- railtie.rb
- typhoeus.rb
- tasks.rb
- retryable_jobs_filter.rb
- capistrano.rb
- delayed_job.rb
- logger.rb
- rack.rb
- rails.rb
- rake.rb
- resque.rb
- shoryuken.rb
- sidekiq.rb
- sneakers.rb
- version.rb
- airbrake_generator.rb
- airbrake_initializer.rb.erb
- airbrake.rb
- rack_app.rb
- .gitkeep
- dummy_app.rb
- dummy_task.rake
- sinatra_test_app.rb
- rack_spec.rb
- rails_spec.rb
- rake_spec.rb
- rack_examples.rb
- sinatra_spec.rb
- a_notice_with.rb
- context_filter_spec.rb
- http_headers_filter_spec.rb
- http_params_filter_spec.rb
- instrumentable_spec.rb
- middleware_spec.rb
- rack_spec.rb
- request_body_filter_spec.rb
- request_store_spec.rb
- route_filter_spec.rb
- session_filter_spec.rb
- user_filter_spec.rb
- user_spec.rb
- notify_callback_spec.rb
- action_controller_notify_subscriber_spec.rb
- action_controller_performance_breakdown_subscriber_spec.rb
- action_controller_route_subscriber_spec.rb
- active_record_subscriber_spec.rb
- excon_spec.rb
- tasks_spec.rb
- retryable_jobs_filter_spec.rb
- logger_spec.rb
- shoryuken_spec.rb
- sidekiq_spec.rb
- sneakers_spec.rb
- spec_helper.rb
- .gitignore
- .hound.yml
- .rspec
- .rubocop.yml
- airbrake.gemspec
- Appraisals
- CHANGELOG.md
- CONTRIBUTING.md
- Gemfile
- LICENSE.md
- Rakefile
- README.md
๐ Installation Guide
1. Get the code
git clone https://github.com/airbrake/airbrake
Downloads the entire project code from GitHub to your computer.
cd airbrake
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Ruby Ruby is required to use gem.
gem install airbrake
Installs the package published on RubyGems directly.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle
Type this command into your terminal and run it.
bundle exec rake
Type this command into your terminal and run it.
bundle exec appraisal install
Type this command into your terminal and run it.
bundle exec appraisal rails-4.2 rake spec:integration:rails
Type this command into your terminal and run it.
bundle exec appraisal sinatra rake spec:integration:sinatra
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
