Is your application using a combination of Rails, Grape, Hanami, Padrino or Sinatra? Follow our guide for instrumenting multiple Rack applications.
Installation
After installing the AppSignal gem, add the AppSignal integration after requiringsinatra (or sinatra/base).
Ignoring errors
To ignore a specific Sinatra error, set theSinatra.skip_appsignal_error flag in the request environment. This flag will tell AppSignal to ignore the error that occurs during the request and not report it to AppSignal.
Only ignore errors like this if you need to ignore errors from a Sinatra app using code. See the ignore_errors option to ignore it for the entire app. To avoid being notified about an error, see our notification settings.