Make rbtrace work under unicorn

The Unicorn master resets any signal handlers and prevents rbtrace from working properly as a result. Move the require 'rbtrace' call to the Unicorn after_fork block and keep the initializer only for Sidekiq.

Merge request reports

Loading