appsignal / appsignal-ruby

🟥 AppSignal for Ruby gem
https://www.appsignal.com/ruby
MIT License
181 stars 115 forks source link

Track Rails errors on boot #808

Closed tombruijn closed 1 month ago

tombruijn commented 2 years ago

I've previously documented something about it here: https://docs.appsignal.com/ruby/integrations/rails.html#error-reporting-during-start-up

But we should look into if we want to offer this by default. Which I think would be a good idea.

To do

tombruijn commented 2 years ago

https://app.intercom.com/a/apps/yzor8gyw/inbox/inbox/conversation/16410700085776

tombruijn commented 1 month ago

We report errors with the Ruby at_exit hook in Ruby gem 4. As long as AppSignal has started before an error occurs, we will report errors that crash Rails.

Closing.