This an example application. Please read this repository's main README and then visit back here.
This example app demonstrates how to integrate the appsignal gem with standalone Sidekiq.
AppSignal automatically integrates with Sidekiq, so there shouldn't really be any manual integration necessary.
# Start sidekiq
bundle exec sidekiq -r $(pwd)/worker.rb
# Send in new jobs
bundle exec ruby app.rb