{ "html": "
\n

Rack (Sinatra etc.)

\n
\n

Installation

\n

Install the SDK via Rubygems by adding it to your Gemfile:

\n
gem "sentry-raven"\n
\n
\n
\n
\n

Configuration

\n

Add use Raven::Rack to your config.ru or other rackup file (this is\nautomatically inserted in Rails):

\n
require 'raven'\n\nRaven.configure do |config|\n  config.dsn = '___DSN___'\nend\n\nuse Raven::Rack\n
\n
\n
\n
\n", "link": "https://docs.getsentry.com/clients/ruby/integrations/rack/", "id": "ruby-rack", "name": "Rack" }