Installation
For each library AppSignal should integrate with, callAppsignal.load(:library_name) where :library_name is replaced with the library name you want to instrument.
Follow the guides listed above for each library for additional steps per library and guidance on where to position each Appsignal.load call.
Rack example app
For example, in an application that uses a lot of these Rack libraries:Rails app example
In a Rails app, add the loaders to theconfig/application.rb file.