You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we should look into if we want to offer this by default. Which I think would be a good idea.
To do
Research how we can hook into Rails' start up/boot process and track any errors that occur at this time.
We probably want to track errors from before our "railtie" is loaded. Maybe even before AppSignal is normally loaded. Maybe we need to load AppSignal earlier in this scenario. Timebox this research for a day and update the team if you're stuck.
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.
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
The text was updated successfully, but these errors were encountered: